{% extends 'lib/layout.html' %} {% block body %} Log in with Mastodon {% if generic_error %} Something went wrong while logging in. Try again? {% endif %} {% if address_error %} This doesn't look like a mastodon instance url. Try again? {% endif %} Mastodon instance: {% for instance in instances %} {% endfor %} {% endblock %}