show_footer.tpl 212 B

12345678910
  1. {% if show_footer == true %}
  2. </div>
  3. </section>
  4. {% include template ~ "/layout/page_footer.tpl" %}
  5. {% else %}
  6. {% include template ~ '/layout/footer.js.tpl' %}
  7. {% endif %}
  8. </div>
  9. </body>
  10. </html>