Skip to content
Snippets Groups Projects
Commit a1f50ed4 authored by Martin Leblanc's avatar Martin Leblanc
Browse files

ISTWCMS-5509: initial call to add the sidebar

parent efdd47a6
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,16 @@ ...@@ -110,6 +110,16 @@
{% if sidebar %} {% if sidebar %}
{{ sidebar }} {{ sidebar }}
{% endif %} {% endif %}
<!-- Martin code -->
{% include '@layouts/sidebar/sidebar.twig' with {
'modifier_classes' : modifier_classes,
'header_content': header_content,
'sidebar_first_content': sidebar_first_content,
'main_content': main_content,
'sidebar_second_content': sidebar_second_content
} %}
{% endblock %} {% endblock %}
{% endembed %} {% endembed %}
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