diff --git a/agaric/templates/layout/page--front.html.twig b/agaric/templates/layout/page--front.html.twig index e3b61da..0ac231a 100644 --- a/agaric/templates/layout/page--front.html.twig +++ b/agaric/templates/layout/page--front.html.twig @@ -154,7 +154,7 @@ {{ page.highlighted }} {{ page.help }} -
+
{% block main_content %} {# Set attributes for content. #} {% if not page.content_attributes %} @@ -213,17 +213,33 @@ {% endblock sidebar_second %}
{% endblock main %} -{% block bottom %} -{# Bottom second colored section #} -{% if page.bottom %} -
+{% block content_bottom %} +{# First bottom section #} +{% if page.content_bottom %} + +{% endif %} +{% endblock content_bottom %} +{# Second bottom section #} +{% block bottom %} +{% if page.bottom %} + {% endif %} {% endblock bottom %} - {% block footer %} {% if page.footer %}