{% extends "base.html" %} {% block title %}{{ article.title }}{% endblock %} {%- block content %}
{% include 'article_infos.html' %}

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

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

Comments !

{% endif %}
{% endblock %}