{% extends 'layout.html' %} {% block content %}

About {{ site_settings.name }}

{{ site_settings.instance_description }}

More about this site

Create an Account

With a BookWyrm account, you can track and share your reading activity with friends here and on any other federated server, like Mastodon and PixelFed.

{% if site_settings.allow_registration %}
{% csrf_token %} {{ register_form.as_p }}
{% else %} This instance is not open for registration. {% endif %}

Log in

{% csrf_token %} {{ login_form.as_p }}

Forgot your password?

{% endblock %}