{% block styles %}{% endblock %} {% if styles is defined %} {% for style in styles %} {{style | safe}} {%endfor%} {% endif%}
{% block content %}{% endblock %}
{% if scripts is defined %} {% for script in scripts %} {{script | safe}} {% endfor %} {% endif %} {% block scripts %}{% endblock %}