- home
- navigate_next
{% if request.path == url_for('.login') %}
- {{ title }}
{% elif request.path == url_for('.register') %}
- {{ title }}
{% elif request.path == url_for('.reset_password', token=token) %}
- {{ title }}
{% elif request.path == url_for('.reset_password_request') %}
- {{ title }}
{% elif request.path == url_for('.unconfirmed') %}
- {{ title }}
{% endif %}