{% set breadcrumbs = get_navigation(request.path).breadcrumbs %} {% if not(hide_subnav == True) %} {% if breadcrumbs and breadcrumbs.children or breadcrumbs.grandchildren %}
{% if breadcrumbs.children %} {% if not (breadcrumbs.children | length == 1 and breadcrumbs.children[0].title == "Overview") %} {% endif %} {% endif %}
{% endif %} {% endif %}