{% extends "django_cfran/header.html" %}
{% load i18n static %}
{% url 'index' as home_url %}
{% block not_brand %}
{% translate "Home page" as home_page %}
{{ SITE_CONFIG.site_title }}
{% if SITE_CONFIG.beta_tag %}
BETA
{% endif %}
{% endblock not_brand %}
{% block not_service_title %}