{% set current_theme = current_theme() %} {% from "macros/form_errors.j2" import render_field_errors, render_form_errors %} {{ current_theme.headertags() }} {{ mde.css }} {{ _("Nuevo Recurso - Documento") }} {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

{{ _("Nuevo Mensaje") }}.

{{ form.csrf_token }} {{ render_form_errors(form) }}
{{ form.titulo(class="form-control", id="titulo", placeholder=_('Asunto')) }} {{ render_field_errors(form.titulo) }}
{{ form.editor }} {{ mde.preview }} {{ mde.js }}