{% extends "coop_cms/article.html" %} {% load i18n %} {% block meta_title %}coop_cms{% endblock %} {% block jquery_declaration %} {{block.super}} {% endblock %} {% block extra_head %} {{block.super}} {% endblock %} {% block document %}
coop_cms is a simple CMS for the Django web framework.
The goal is to make article edition as simple as possible thanks to HTML5 content editable and Aloha editor.