{% extends "base.html" %} {% from "_helpers.html" import render_field %} {% block title %}New attachment{% endblock %} {% block body %}

Submit attachment file

{{ render_field(form.file) }}

{% endblock %}