{{ supertitle or '' }}
{% if ascii_art %}
{{ ascii_art }}
{% endif %} {% if title_ascii %}
{{ title_ascii | safe }}
{% elif not ascii_art and title %}
{{ title }}
{% endif %} {% if display_title %}
{{ display_title }}
{% endif %}
{% if subtitle %}
{{ subtitle }}
{% endif %}
{% if epititle %}
{{ epititle | replace('\n', '
') | safe }}
{% endif %}