{% if page is defined and page.description %}
{% elif section is defined and section.description %}
{% elif term is defined %}
{% elif taxonomy is defined %}
{% else %}
{% endif %}
{% if current_url is defined %}
{% endif %}
{% block title %}{{ config.title }}{% endblock title %}
{% set nav_path = current_path | default(value="") %}
{% if nav_path == "/" %}