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

{{ article.title }}

{% include 'article_infos.html' %}

{% if article.prev_article %}
{% endif %} {% if article.next_article %}
{% endif %} {% include 'twitter.html' %}
{{ article.content }} {% if DISQUS_SITENAME and SITEURL and article.status != "draft" %}

Comments !

{% endif %}
{% endblock %}