- {% if page.highlighted %} + {% if content.highlighted %}
- {{ page.highlighted }} + {{ content.highlighted }}
{% endif %} @@ -190,8 +188,8 @@ Regions: {% endif %} - {# @todo page.help should probably be a block, not a region #} - {{ page.help }} + {# @todo content.help should probably be a block, not a region #} + {{ content.help }} {# @todo remove/replace this hardcoding. #} {% if action_links %} @@ -200,51 +198,51 @@ Regions: {% endif %} - {{ page.content }} + {{ content.content }} {# @todo remove/replace this hardcoding. #} {{ feed_icons }}