- nopaque
{% if not (request.path == url_for('.index')) %}
- navigate_next
{% endif %}
{% if request.path == url_for('.about_and_faq') %}
- About and faq
{% elif request.path == url_for('.dashboard') %}
- Dashboard
{% elif request.path == url_for('.news') %}
- News
{% elif request.path == url_for('.terms_of_use') %}
- Terms of use
{% endif %}