{% extends 'base.html' %} {% load static %} {% block title %}WSR - {{ article.title }}{% endblock %} {% block content %}

{{ article.title }}

PubliƩ par WSR CM le {{ article.publication_date|date:"d/m/Y" }}
{% autoescape off %} {{ article.content }} {% endautoescape %}
{% endblock %}