Files
notifications-admin/app/templates/components/branding-preview.html

4 lines
179 B
HTML
Raw Normal View History

{% macro branding_preview(branding_style) %}
<iframe src="{{ url_for('main.email_template', branding_style=branding_style) }}" class="branding-preview"></iframe>
{% endmacro %}