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.
Right now it's
{{ content }}
, maybe it should be{{ page.content }}
? The one nice thing about the current thing is thatget_page
returns exactly what you'd find inpage
when rendering that page, withcontent
being part of it it might be less obvious that it's not accessible fromget_page
.