{% extends "site/layout/base_workspace.html" %} {% load i18n %} {% block title %}{% blocktrans %}Create a text{% endblocktrans %}{% endblock %} {% block main %} {% include "site/macros/text_editor.html" %}
{% autoescape off %} {{ document }} {% endautoescape %}
{% with 'create_content' as form_type %} {% include "site/macros/form_fields.html" %} {% endwith %}
 
{% endblock %}