{% extends "base.html" %} {% load markdown_tags %} {% block content %}

{% if is_year_view %} Millésime {{ year_range }} {% else %} {{ list_title }} {% endif %}

{{ intro_text | markdownify }}
{% endblock content %}