App1 Jinja2
{% macro banner() -%} This is a jinja2 template! {% endmacro -%}
{{ banner() }}
Settings secret: {{ settings.SECRET_KEY }}