{% extends 'blog/base.html' %} {% load static %} {% block title %}{{ article.title }} ∣ {{ block.super }}{% endblock title %} {% block head %} {{ block.super }} {% if article.teaser %}{% endif %} {% if article.date_published %}{% endif %} {% if article.illustration %}{% endif %} {% if article.teaser %}{% endif %} {% if article.teaser %}{% endif %} {% if article.illustration %}{% endif %} {% endblock head %} {% block main_section %}

{{ article.title }}

{% if article.toc %}
{% if article.lang == "fr" %}Sommaire{% else %}Content{% endif %}
{{ article.toc | safe }} {% endif %}
{{ article.html | safe }}
{% endblock main_section %}