{% extends "base.html" %} {% block content %}

IndieWeb Search Sign In

Sign in is powered by IndieAuth. This means you can log in to IndieWeb Search with your domain name.

Enter your domain name below to log in.

Only approved domains can sign in.

{% with messages = get_flashed_messages() %} {% if messages %}

{{ messages[0] }}

{% endif %} {% endwith %}


{% endblock %}