Commit 7c6344c5 by Manzar Hussain

add bottom content

parent 6c6c0db7
...@@ -19,6 +19,7 @@ regions: ...@@ -19,6 +19,7 @@ regions:
breadcrumb: Breadcrumb breadcrumb: Breadcrumb
content_top: Content Top content_top: Content Top
content: Content content: Content
content_bottom: 'Content Bottom'
footer_top: Footer Top footer_top: Footer Top
footer: Footer footer: Footer
footer_first: 'Footer first' footer_first: 'Footer first'
......
...@@ -90,6 +90,12 @@ ...@@ -90,6 +90,12 @@
{# {{ page.content }} #} {# {{ page.content }} #}
</div>{# /.layout-content #} </div>{# /.layout-content #}
</div> --> </div> -->
{% if page.content_bottom %}
</div class="contentBottom">
{{ page.content_bottom }}
</div>
{% endif %}
{% if page.footer_top %} {% if page.footer_top %}
<div class="container-fluid spacerTB"> <div class="container-fluid spacerTB">
<div class="row"> <div class="row">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment