{% extends "base.html" %} {% load i18n %} {% block page_name %}{{ article.title }}{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block content %}
{% if article.source.team %} {% else %} {% if article.source.user %} {% endif %} {% endif %}

{{ article.title }}

{% autoescape off %} {{ article.content|safe }} {% endautoescape %}

{% trans 'Read the original post' %} ›

{% endblock %}