{% if master_title is defined and master_title is not empty %}{{ master_title }}{% endif %} {% block master_head %}{% endblock %} {% if csrfp_available() %}{% endif %} {% if styles is defined and styles is iterable and styles is not empty %} {% for style in styles|reverse %} {% endfor %} {% endif %} {% block master_body %}{% endblock %} {% if scripts is defined and scripts is iterable and scripts is not empty %} {% for script in scripts|reverse %} {% endfor %} {% endif %}