Skip to content
Snippets Groups Projects
Commit fd9364c9 authored by Igor Biki's avatar Igor Biki Committed by Kevin Paxman
Browse files

ISTWCMS-4818: Removing forced layout from template.

parent 661a437c
No related branches found
No related tags found
2 merge requests!32Tag 1.0.1,!26ISTWCMS-4818: Adding ofis template to theme.
{% set ofis_content %}
{% include '@layouts/ofis/ofis.twig' with {
'ofis_data': ofis_data,
}%}
{% 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 {
'content': ofis_content,
'classes': 'layout layout--uw-1-col'
{% include '@layouts/ofis/ofis.twig' with {
'ofis_data': ofis_data,
} %}
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