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

Letter branding

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