From 1dc20aa580c466bccc93ecb998cc8a239a4f9c52 Mon Sep 17 00:00:00 2001 From: Igor Biki <ibiki@uwaterloo.ca> Date: Wed, 19 May 2021 11:07:55 -0400 Subject: [PATCH] ISTWCMS-4818: Using one column layout with ofis. --- templates/ofis/uw-ws-ofis-profile.html.twig | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/templates/ofis/uw-ws-ofis-profile.html.twig b/templates/ofis/uw-ws-ofis-profile.html.twig index 84ec9db2..d03dc3cd 100644 --- a/templates/ofis/uw-ws-ofis-profile.html.twig +++ b/templates/ofis/uw-ws-ofis-profile.html.twig @@ -1,3 +1,9 @@ -{% include '@layouts/ofis/ofis.twig' with { - 'ofis_data': ofis_data, -}%} +{% set ofis_content %} + {% include '@layouts/ofis/ofis.twig' with { + 'ofis_data': ofis_data, + }%} +{% endset %} + +{% include '@layouts/layout/layout--1-col/layout--1-col.twig' with { + 'content': ofis_content +} %} -- GitLab