{% 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.

{% csrf_token %} {{ register_form.as_p }}
{% endblock %}