{% from "_formhelpers.html" import render_field, render_field_errors %} {% block title %}{% endblock %} | SimpleLogin {% if PLAUSIBLE_HOST and PLAUSIBLE_DOMAIN %} {% endif %} {% block head %} {% endblock %}
{% 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 %} var plausibleScript = document.createElement('script'); plausibleScript.defer = 1; plausibleScript.async = 1; plausibleScript.dataset.domain = "app.simplelogin.io"; plausibleScript.src = 'https://plausible.simplelogin.io/js/index.js'; var ins = document.getElementsByTagName('script')[0]; ins.parentNode.insertBefore(plausibleScript, ins) })();