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

ISTWCMS-4818: Adding ofis template to theme.

parent a5486218
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 {
{% include '@layouts/ofis/ofis.twig' with { 'ofis_data': ofis_data,
'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'
} %}
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