{% extends "base.html" %} {% block robots %} {% if article.robots %}{{ article.robots }}{% else %}index,follow{% endif %} {% endblock %} {% block head_description %} {% if article.summary %} {{ article.summary|striptags }} {% endif %} {% endblock head_description %} {% block title %}{{ article.title|striptags }}{% endblock %} {% block meta_tags_in_head %} {% if article.tags and article.category %} {% endif %} {% if article.category %} {% endif %} {% if article.description %} {% elif article.summary %} {% endif %} {% if article.author %} {% endif %} {% if article.date %} {% endif %} {% endblock meta_tags_in_head %} {% block content %}

{{ article.title}}

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

Comments !

{% endif %}
{% endblock %}