{%- from 'components/button/macro.html' import tnaButton -%} {%- from 'components/panel/macro.html' import tnaPanel -%} {%- from 'partials/logo/macro.html' import tnaLogo -%}
|
{{ tnaLogo({'size': 80, 'adornable': True}) }}
|
|
{%- if panel %}
{{ tnaPanel(panel) }}
{%- endif %}
{{ content | safe }}
{%- if cta_buttons %}
{%- endif %}
{{ signoff | safe }}
|