X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Flayout_discovery%2Flayouts%2Ftwocol%2Flayout--twocol.html.twig;fp=web%2Fcore%2Fmodules%2Flayout_discovery%2Flayouts%2Ftwocol%2Flayout--twocol.html.twig;h=262c657f919ec0225db6edd97a72c3ce09ce6f69;hp=b416cbd471ef2f8c238ddb38864bc05d0327c67a;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/layout_discovery/layouts/twocol/layout--twocol.html.twig b/web/core/modules/layout_discovery/layouts/twocol/layout--twocol.html.twig index b416cbd47..262c657f9 100644 --- a/web/core/modules/layout_discovery/layouts/twocol/layout--twocol.html.twig +++ b/web/core/modules/layout_discovery/layouts/twocol/layout--twocol.html.twig @@ -19,25 +19,25 @@ {% if content %} {% if content.top %} -
+
{{ content.top }}
{% endif %} {% if content.first %} -
+
{{ content.first }}
{% endif %} {% if content.second %} -
+
{{ content.second }}
{% endif %} {% if content.bottom %} -
+
{{ content.bottom }}
{% endif %}