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

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 }}

Log in

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

Forgot your password?

{% endblock %}