modèle Jinja2 importe Html avec As

{% from 'forms.html' import input with context %}
{% include 'header.html' without context %}
Careful Cicada