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

{{ article.title }}

{{ article.locale_date }}
{% if article.category == 'notes' %}

Vous êtes sur le point de lire une note, probablement prise à la va-vite dans un train alors que je visualisais un documentaire / écoutait une émission. Ces notes sont susceptibles d'évoluer, prenez les tel quel!

{% endif %} {{ article.content }}

Published in {{ article.category }} by {% for author in article.authors %}{{ author }}{% endfor%}. {% include 'taglist.html' %}

{% if DISQUS_SITENAME %}

Comments !

{% endif %}
{% endblock %}