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

{{ article.title}} {% include 'twitter.html' %}

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

Comments !

{% endif %}
{% endblock %}