mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
4 lines
179 B
HTML
4 lines
179 B
HTML
|
|
{% macro branding_preview(branding_style) %}
|
||
|
|
<iframe src="{{ url_for('main.email_template', branding_style=branding_style) }}" class="branding-preview"></iframe>
|
||
|
|
{% endmacro %}
|