{% extends "base.html" %} {% block title %}{{ article.title }}{% endblock title %} {% block content %}

{{ article.title }}

{% if article.lang == "fr" %}PubliƩ le{% else %}Published on{% endif%} {{ article.locale_date }}. {% if article.translations %} {% if article.lang == "fr" %}Vous pouvez aussi lire cet article en {% else %}You can also read this article in {% endif %} {% for tr in article.translations %} {{ tr.lang }} {% endfor %} {% endif %}

{{ article.content }} {% if DISQUS_SITENAME %}

Comments

{% endif %} {% endblock %}