{% extends "base.html" %} {% load static %} {% load readux_templatetags %} {% load wagtailcore_tags %} {% load has_user_annotations %} {% load user_annotation_count %} {% block content %}
{% if request.get_host == "readux2.ecdsdev.org" %} {% endif %}

Engage with digitized print materials on an open source software platform and share new thinking.

ECDS logo
{% if page.featured_collections.all|length != 0 %}

Featured Collection{{page.featured_collections.all|length|pluralize}}

{% endif %} {# FIXME: NEED BETTER WAY #} {% if page.featured_volumes.all|length != 0 %}

Featured Volume{{page.featured_volumes.all|length|pluralize}}

{% for volume in page.featured_volumes.all|order_by:page.featured_volumes_sort_order %}
  • {% endfor %} {% endif %} {% if page.content_display == 'Collections' %}

    All Collections

    {% include "footer.html" %} {% endif %} {% if page.content_display == 'Volumes' %}

    All Volumes

    {% for volume in page.volumes %} {% if volume.canvas_set.first.pid is null %}
  • {% else %}
  • {% endif %} {% endfor %}
    Show All Volumes
    {% include "footer.html" %} {% endif %}
    {% endblock %}