{% extends "base.html" %} {% block title %}Sign in with IndieAuth{% endblock %} {% block nav %}

{{ title }}

{{ super() }} {% endblock %} {% block content %}

Sign in with IndieAuth

{% if error %}

{{ error }}

{% endif %}

More about IndieAuth.

{% endblock %}