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