{% block header %} {% include template ~ "/layout/main_header.tpl" %} {% endblock %} {% block body %} {% if show_sniff == 1 %} {% include template ~ "/layout/sniff.tpl" %} {% endif %} {% endblock %} {% block footer %} {# Footer #} {% if show_footer == true %} {% endif %} {% include template ~ "/layout/main_footer.tpl" %} {% endblock %}