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

Brutaldon

a brutalist web interface for Mastodon

Brutaldon is a client for Mastodon. You can use it to log in to any Mastodon instance from any browser, including text browsers such as lynx.

You do not need a separate brutaldon account to use it. Brutaldon will authenticate you to your instance.

Log in

{% if request.session.instance %} {% if request.session.username or request.session.access_token %}

Or continue to your home timeline.

{% endif %} {% endif %}
This is version {{ version }} of brutaldon.
{% endblock %}