@@ -2,13 +2,13 @@
</section>
<!-- END CONTENT -->
+ {% if show_footer == true %}
<!-- START FOOTER -->
<footer class="footer">
- {% if show_footer == true %}
- {% include 'layout/page_footer.tpl'|get_template %}
- {% endif %}
+ {% include 'layout/page_footer.tpl'|get_template %}
</footer>
<!-- END FOOTER -->
+ {% endif %}
</main>
<!-- END MAIN -->