{% extends "views/platform-admin/_base_template.html" %} {% from "components/page-header.html" import page_header %} {% from "components/live-search.html" import live_search %} {% block per_page_title %} Email branding {% endblock %} {% block platform_admin_content %} {{ page_header('Email branding') }} {{ live_search(target_selector='.email-brand', show=True, form=search_form) }}
{% endblock %}