how to integrate html with jinja2 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 %}