{% extends "base.html" %} {% load autobreadcrumb %} {% block head_title %}{% current_title_from_breadcrumbs %}{% endblock %} {% block html_more_links %}{{ block.super }} {% include "sveedocuments/include_css.html" %} {% endblock %} {% block content %}

{% current_title_from_breadcrumbs %}

{{ content|safe }}
{% endblock %}