{% extends 'base.html' %} {% block title %}Fotoblog - {{ post.title }} {% endblock %} {% block content %} Revenir à la liste
{{ post.content }}
article créé par {{ post.author }} le {{ post.date_created }}
cet article fait {{ post.word_count }} mots
{% if user.is_authenticated and perms.blog.change_blog %} {% endif %}