Sign in
{% if twitter_login_error %}
Sorry, something went wrong when logging you in with Twitter. Give it another shot, maybe?
{% endif %}
{% for instance in mastodon_instances %}
{% if loop.first %}
{{picture(st, 'mastodon', (20,40,80), ('webp', 'png'))}}
Log in with
{% endif %}
{{instance}}
{% else %}
{{picture(st, 'mastodon', (20,40,80), ('webp', 'png'))}}
Log in with Mastodon
{% endfor %}
{% if mastodon_instances %}
Another Mastodon instance
{% endif %}
{% for instance in misskey_instances %}
{% if loop.first %}
{{picture(st, 'misskey', (20,40,80), ('webp', 'png'))}}
Log in with
{% endif %}
{{instance}}
{% else %}
{{picture(st, 'misskey', (20,40,80), ('webp', 'png'))}}
Log in with Misskey
{% endfor %}
{% if misskey_instances %}
Another Misskey instance
{% endif %}
{% endif %}