{% load static from staticfiles %} {{ cruditor.title }} {% block styles %} {% endblock %} {% block extrahead %} {% include cruditor.constants.extrahead_template_name %} {% endblock %} {% block navigation %} {% include 'cruditor/includes/navigation.html' %} {% endblock %}
{% block breadcrumb %} {% include 'cruditor/includes/breadcrumb.html' %} {% endblock %} {% block messages %} {% include 'cruditor/includes/messages.html' %} {% endblock %} {% block container %} {% block title %}

{{ cruditor.title }}

{% block title_buttons %} {% include 'cruditor/includes/titlebuttons.html' %} {% endblock %}
{% endblock %} {% block content %} {% endblock %} {% endblock %}
{% block scripts %} {% endblock %} {% block extrabody %} {% endblock %}