{% extends "base.html" %} {% block head %} {{ super() }} {% endblock head %} {% block title %}{{ article.title }}{% endblock %} {% block content %}

{{ article.title }}

Par @{{ article.author }} dans le
Tags : {% if article.tags %} {% for tag in article.tags %} #{{ tag }}, {% endfor %} {% endif %}
Google+ Linkedin Mail
{{ article.content }}
{% if DISQUS_SITENAME %}

Comments !

{% endif %}
{% endblock %}