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

{{ site.name }}: Social Reading and Reviewing

{% include 'snippets/about.html' %}
{% if site.allow_registration %}

Join {{ site.name }}

{% include 'snippets/register_form.html' %}
{% else %}

This instance is closed

Contact an administrator to get an invite

{% endif %}
{% include 'snippets/book_cover.html' with book=books.2 size="large" %} {% include 'snippets/stars.html' with rating=books.2.review__rating__avg %}
{% include 'snippets/book_titleby.html' with book=books.2 %}
{{ books.2|book_description|to_markdown|safe|truncatewords_html:50 }}
{% include 'snippets/book_cover.html' with book=books.0 %} {% include 'snippets/book_titleby.html' with book=books.0 %} {% include 'snippets/stars.html' with rating=books.0.review__rating__avg %}
{% include 'snippets/book_cover.html' with book=books.1 %} {% include 'snippets/book_titleby.html' with book=books.1 %} {% include 'snippets/stars.html' with rating=books.1.review__rating__avg %}
{% include 'snippets/book_cover.html' with book=books.4 %} {% include 'snippets/book_titleby.html' with book=books.4 %} {% include 'snippets/stars.html' with rating=books.4.review__rating__avg %}
{% include 'snippets/book_cover.html' with book=books.5 %} {% include 'snippets/book_titleby.html' with book=books.5 %} {% include 'snippets/stars.html' with rating=books.5.review__rating__avg %}
{% include 'snippets/book_cover.html' with book=books.3 size="large" %} {% include 'snippets/stars.html' with rating=books.3.review__rating__avg %}
{% include 'snippets/book_titleby.html' with book=books.3 %}
{{ books.3|book_description|to_markdown|safe|truncatewords_html:50 }}
{% endblock %}