{%- set tna_logo_png_src = tna_logo_png_src or "https://design-system.nationalarchives.gov.uk/static/assets/images/icon-1024x1024-dark.png" -%}
{%- set tna_footer_logo_png_src = tna_footer_logo_png_src or tna_logo_png_src -%}
{{ subject | default("Email from The National Archives") | e }}
|
|
{% if panel is defined and panel %}
{{ panel.title | default("Email from The National Archives") | e }}
{% if panel.body is defined and panel.body %}
{{ panel.body | safe }}
{% endif %}
|
|
{% endif %}
{% if content is defined and content %}
|
{{ content | safe }}
|
{% endif %}
{% if ctaButtons is defined and ctaButtons %}
|
{% for button in ctaButtons %}
{% endfor %}
|
{% endif %}
{% if signoff is defined and signoff %}
|
{{ signoff | safe }}
|
{% endif %}
|
|
|
|