{% extends "base.html" %} {% load i18n %} {% load wiki %} {% block content %}
{{ content.description|fullwiki }}
{{ content.text|safe|fullwiki }}
    {% include 'content/summary.comments.part.html' %}
{% with content.last_comments as comments %} {% include 'content/comments.part.html' %} {% endwith %}
{% endblock %}