From a72e06388dc52077e3be32c48ead2433eb53a4a4 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Sun, 5 Feb 2023 14:03:07 +0100 Subject: [PATCH] change align strategy --- templates/default.html.twig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/default.html.twig b/templates/default.html.twig index 9d6038c..f7c8af2 100644 --- a/templates/default.html.twig +++ b/templates/default.html.twig @@ -1,11 +1,13 @@ {% extends 'partials/base.html.twig' %} {% block content %} - {% if page.header.left %} -
+ {% if page.header.center %} +
{{ page.content | raw }}
{% else %} +
{{ page.content|raw }} +
{% endif %} {% endblock %} \ No newline at end of file