{# This is a jinja2 template; for documentation see: https://jinja.palletsprojects.com/en/2.10.x/ #} {# This template is wrapped around the @markdown or @html content, before the "page-template.html" is applied. You can switch to a custom template in this same directory by using: @wrapper my-special-wrapper-template.html The variables are the same as those used in page-template.html, except that "body" is the content to be wrapped. #}
{% if banner %}

{{ banner }}

{% endif %} {{ body | safe }}