{% extends "views/platform-admin/_base_template.html" %} {% from "components/live-search.html" import live_search %} {% block per_page_title %} Email branding {% endblock %} {% block platform_admin_content %}

Email branding

Add new brand
{{ live_search(target_selector='.email-brand', show=True, form=search_form) }} {% endblock %}