diff --git a/templates/ofis/uw-ws-ofis-profile.html.twig b/templates/ofis/uw-ws-ofis-profile.html.twig index 79d1f9c4f2b1c25fac8d7586753f9ef8e46ce10c..76965ee25eb1c993963e59937ad09c5f7feb16fd 100644 --- a/templates/ofis/uw-ws-ofis-profile.html.twig +++ b/templates/ofis/uw-ws-ofis-profile.html.twig @@ -1,11 +1,3 @@ -{% 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, } %}