Skip to content
Snippets Groups Projects
Commit a5486218 authored by Igor Biki's avatar Igor Biki
Browse files

ISTWCMS-4818: Passing classes to layout.

parent 1dc20aa5
No related branches found
No related tags found
2 merge requests!32Tag 1.0.1,!26ISTWCMS-4818: Adding ofis template to theme.
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
}%} }%}
{% endset %} {% endset %}
{# Passing classes should not be required, those classes should come from layout itself. #}
{% include '@layouts/layout/layout--1-col/layout--1-col.twig' with { {% include '@layouts/layout/layout--1-col/layout--1-col.twig' with {
'content': ofis_content 'content': ofis_content,
'classes': 'layout layout--uw-1-col'
} %} } %}
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