{% extends "mod_base.html" %} {% block title %}Mod auth{% endblock %} {% block content %} {% if authed %} Logged in as {{ moderator.username }}

{{ csrf_html() }}
{% else %}
Authorize
{{ method_html|safe }}

Register
{{ method_html|safe }}
{% endif %} {% endblock %}