{% set current_theme = current_theme() %} {% set config = config() %} {{ current_theme.headertags() }} Nuevo Mensaje - {{ curso.nombre | title }} {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

Crear Nuevo Mensaje

Curso: {{ curso.nombre }}

{{ form.hidden_tag() }}
{{ form.contenido.label(class="form-label") }} {{ form.contenido(class="form-control", rows="8") }} {% if form.contenido.errors %}
{% for error in form.contenido.errors %} {{ error }}
{% endfor %}
{% endif %} Puedes usar Markdown para dar formato a tu mensaje.
Cancelar