{% for tag in article.tags %} #{{ tag }} {% if not loop.last %},{% endif %} {% endfor %} - Posté dans la catégorie {{ article.category }}
{% endif %}{% extends "base.html" %}
{% block title %}{{ article.title }} - {{ super() }}{% endblock %}
{% block content %}
{{ article.headline }}
{{ article.title }}
{% if article.headline %}
par {{ article.author }}
{{ article.title }}
{% endif %}
{{ article.headline }}
{% endif %} {% endif %}{% for tag in article.tags %} #{{ tag }} {% if not loop.last %},{% endif %} {% endfor %} - Posté dans la catégorie {{ article.category }}
{% endif %}