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

ISTWCMS-5789: fixing sidebar in node template

parent 921b2c65
No related branches found
No related tags found
No related merge requests found
...@@ -110,16 +110,6 @@ ...@@ -110,16 +110,6 @@
{% 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