jplatte / hinoki

A simple, yet very flexible static site generator.
GNU Affero General Public License v3.0
9 stars 2 forks source link

Revisit how template code refers to the content #36

Open jplatte opened 3 months ago

jplatte commented 3 months ago

Right now it's {{ content }}, maybe it should be {{ page.content }}? The one nice thing about the current thing is that get_page returns exactly what you'd find in page when rendering that page, with content being part of it it might be less obvious that it's not accessible from get_page.