{% extends "base.html" %} {% block title %}{{ '| '+ title }}{% endblock %} {% block content %}
{% include '_nav.html' %} {% include '_list-header.html'%}
{% if festival_general_info %} {% if title == 'Conferences'%} {{ festival_general_info.textConference | safe }} {% endif %} {% if title == 'Events'%} {{ festival_general_info.textEvent | safe }} {% endif %} {% if title == 'Exhibitions' %} {% include '_ex.html' %} {% endif %} {% endif %}
{% if title == 'Conferences' or title == 'Events'%} {% endif %}
{% endblock content %}