Skip to content
Snippets Groups Projects
Commit 137f29db authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-3590: updating page template to use new regions

parent 2240f051
No related branches found
No related tags found
No related merge requests found
<div class="uw-site-container"> <div class="uw-site-container">
{% block site_content %} {% block header %}
{% include "@layouts/header/header.twig" with { {% include "@layouts/header/header.twig" with {
'menu_name': header_menu_name, 'menu_name': header_menu_name,
'items': header_items 'items': header_items
...@@ -7,6 +7,15 @@ ...@@ -7,6 +7,15 @@
{% include "@layouts/navigation/navigation.twig" with { {% include "@layouts/navigation/navigation.twig" with {
'items': main_menu 'items': main_menu
}%} }%}
{% endblock %}
{% block highlighted %}
{% endblock %}
{% block main %}
{% endblock %}
{% block footer %}
{% include "@layouts/footer/footer.twig" with { {% include "@layouts/footer/footer.twig" with {
'menu_name': footer_menu_name, 'menu_name': footer_menu_name,
'items': footer_items 'items': footer_items
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment