-
{% for document, shorttext, longtext in navigation_bar %}
{%- if hasdoc(document) %}
- {{ shorttext }}{{ longtext }} {%- elif document | truncate(4, True, end='') == 'http' %}
- {{ shorttext }}{{ longtext }} {%- endif %} {% endfor %}