{% extends "coop_cms/article.html" %} {% load i18n coop_edition coop_navigation %} {% block meta_title %}{{article.title}}{% endblock %} {% block document %} {% block article %} {# {% block article %} #} {% navigation_breadcrumb article %}
{% cms_edit article %}

{{article.title}}

{{ article.summary }}
{{ article.content }}
{% end_cms_edit %}
{% navigation_children article %} {% endblock %} {% endblock %}