{% set brand = get_current_firm_branding(request, none) %} {{ title or 'Marketplace' }} | {{ brand.firm_name or 'FilingABC' }} {% if brand.favicon_url %}{% endif %}
{% if brand.logo_url %} {{ brand.firm_name }} {% else %}
FA
{% endif %}
{{ brand.firm_name or 'FilingABC' }}
Marketplace + SaaS
{% block public_content %}{% endblock %}