Commit 6e8ada4f by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

node content

See merge request manzarH/dic-global-dev!122
parents 2cde73a3 a39047eb
...@@ -82,17 +82,13 @@ ...@@ -82,17 +82,13 @@
{{ page.content_top }} {{ page.content_top }}
</div> </div>
{% endif %} {% endif %}
{% if page.content.body %}
<div class="container-fluid spacerTB"> <div class="container-fluid spacerTB">
<div class="row"> <div class="row">
{{ content }}
{{ page.content.body }}
</div> </div>
</div> </div>
{% endif %}
......
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