{% extends 'discover/landing_layout.html' %} {% load i18n %} {% block panel %}

{% trans "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 %}