{% if theme_show_project_name|tobool %}

{{ project }}

{% endif %} {% if theme_description %}

{{ theme_description }}

{% endif %} {% if theme_show_version|tobool and version %}

{{ _('Version') }} {{version}}

{% endif %}