{% from "_formhelpers.html" import render_field, render_field_errors %} {% block title %}{% endblock %} | SimpleLogin {% if PLAUSIBLE_HOST and PLAUSIBLE_DOMAIN %} {% endif %} {% block head %}{% endblock %}
{% if NOW.timestamp < 1701475201 and current_user.is_authenticated and current_user.should_show_upgrade_button() %} {% endif %} {% block announcement %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}{% endfor %} {% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block script %}{% endblock %}