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

{{ article.title }}

{{ article.content }}
{%include 'meta.html'%}
{% if DISQUS_SITENAME %}

Commentaires:

{% endif %} {% endblock %}