- {% if page.highlighted is defined %} + {% if page.highlighted %}
{{ page.highlighted }}
{% endif %} + - {# title & tabs are pretty standard to place here #} + + {# @todo remove/replace this hardcoding. #} + {{ title_prefix }} + {% if title %} +

+ {{ title }} +

+ {% endif %} + {{ title_suffix }} + + {# @todo remove/replace this hardcoding. #} + {% if tabs %} + + {% endif %} + + {# @todo page.help should probably be a block, not a region #} {{ page.help }} - {# next come action links #} + + {# @todo remove/replace this hardcoding. #} + {% if action_links %} + + {% endif %} + {{ page.content }} - {# feed icons are next #} + + {# @todo remove/replace this hardcoding. #} + {{ feed_icons }}