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

{{ title }}

{% endblock %} {% block content %}

Sign in with IndieAuth

{% if error %}

{{ error }}

{% endif %}

More about IndieAuth.

{% endblock %}