how to include html file in html in jinja code example
Example: jinja2 template import html with as
{% from 'forms.html' import input with context %}
{% include 'header.html' without context %}
{% from 'forms.html' import input with context %}
{% include 'header.html' without context %}