{% extends "base.html" %} {% block content %}
{% if config.extra.home_title %}

{{ config.extra.home_title }}

{% else %}

{{ config.title }}

{% endif %} {% if config.extra.home_subtitle %}

{{ config.extra.home_subtitle }}

{% elif config.description %}

{{ config.description }}

{% endif %} {% include "svg.html" %}
{% if config.extra.home_subtitle_suffixes %} {% endif %} {% endblock content %}