{% if theme_navbar_title %} {% set proj_title = theme_navbar_title %} {% elif project %} {% set proj_title = project %} {% endif %} {% if proj_title|string == 'Kytos'|string or proj_title|string == 'Kytos project'|string %} {% set proj_title = 'Kytos project' %} {% else %} {% set proj_title = 'Kytos/' + proj_title + '' %} {% endif %}

Welcome to {{proj_title}} documentation