{% extends "coop_cms/article.html" %} {% load i18n coop_edition %} {% block document %} {% block article %} {% cms_edit article %} {% block rightcol %}
{% coop_piece_of_html "hello" %}
{% endblock %}

{{ article.title }}

{{ article.content }}
{% trans "Author" %}: {{ article.author }}
{% end_cms_edit %} {% endblock %} {% endblock %}