{% extends "base.html" %} {% block title %}{% if title %}{{ '| '+ title }}{% endif %}{% endblock %} {% block content %}
{% include '_nav.html' %}
{% if festival_general_info %} {{ festival_general_info.text | safe}} {% endif %}
{% for img in prio_img_top %}
{% endfor %}
{% for img in prio_img %}
{% endfor %}
{% for img in sup_img_list %}
{% endfor %}
{% endblock content %}