From 85836c466415376f240e99b9e68e99997210a9dc Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Wed, 26 Sep 2018 18:15:38 -0600 Subject: [PATCH] Provide initial styles for Initiatives section of homepage --- agaric/templates/layout/page--front.html.twig | 30 ++++++++++++++----- .../layout/region--content-bottom.html.twig | 3 ++ 2 files changed, 26 insertions(+), 7 deletions(-) create mode 100644 agaric/templates/layout/region--content-bottom.html.twig 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 %}