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

{{ site.name }}

{{ site.instance_tagline }}

{% include 'discover/icons.html' %} {% if not request.user.is_authenticated %}
{% include 'snippets/about.html' %}
{% if site.allow_registration %}

Join {{ site.name }}

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

This instance is closed

{{ site.registration_closed_text | safe}}

{% endif %}
{% endif %}

Recent Books

{% include 'discover/large-book.html' with book=books.0 %}
{% include 'discover/small-book.html' with book=books.1 %}
{% include 'discover/small-book.html' with book=books.2 %}
{% include 'discover/small-book.html' with book=books.3 %}
{% include 'discover/small-book.html' with book=books.4 %}
{% include 'discover/large-book.html' with book=books.5 %}
{% endblock %}