mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-29 03:43:09 -04:00
8 lines
322 B
HTML
8 lines
322 B
HTML
{% macro branding_preview(branding_style, endpoint) %}
|
|
<iframe src="{{ url_for(endpoint, branding_style=branding_style) }}" class="branding-preview" scrolling="no"></iframe>
|
|
{% endmacro %}
|
|
|
|
{% macro email_branding_preview(branding_style) %}
|
|
{{ branding_preview(branding_style, 'main.email_template') }}
|
|
{% endmacro %}
|