{% if not popup %} {{ add_stylesheet("bootstrap.css") }} {{ add_stylesheet("reset.css") }} {{ add_stylesheet("scrollers.css") }} {{ add_stylesheet("main.css") }} {% endif %} {% block header %} {% if not popup %}
{% include "header.html" %}
{% endif %} {% endblock %} {% if not popup %}
{% endif %} {% block body %} {% endblock %} {% include "footer.html" %}