show_footer.tpl 355 B

123456789101112131415161718
  1. </div>
  2. </section>
  3. <!-- END CONTENT -->
  4. {% if show_footer == true %}
  5. <!-- START FOOTER -->
  6. <footer class="footer">
  7. {% include 'layout/page_footer.tpl'|get_template %}
  8. </footer>
  9. <!-- END FOOTER -->
  10. {% endif %}
  11. </main>
  12. <!-- END MAIN -->
  13. {% include 'layout/modals.tpl'|get_template %}
  14. </body>
  15. </html>