{% extends "base.html" %} {% load wagtailcore_tags %} {% load static %} {% block body_class %}template-homepage{% endblock %} {% block content %}

Readux

Read. Annotate. Publish.

Log in to Readux to read digitized collections, make your own notes, and publish your marked-up edition online.

{% include "snippets/sort_dropdown.html" %}
{% for volume in volumes %}
First page of {{volume.label}}

{{ volume.label }}

Author: {{volume.author}}
Date Published: {{volume.published_date}}
Added {{volume.created_at}}

{% endfor %}
{% endblock content %}