{% load static i18n %} {% load menu_tags %} {% load sass_tags %} {% load wagtailcore_tags %} {% wagtail_site as current_site %} {% block title %}Readux{% endblock title %} {% if collection.label %} {% elif volume.label %} {% for page in volume.canvas_set.all %}{% if forloop.first %} {% if "/cantaloupe/iiif/2" in page.social_media %} {% else %} {% endif %} {% endif %}{% endfor %} {% elif page.title %} {% else %} {% block extra_head %}{% endblock %} {% endif %} {% block css %} {% endblock %} {% block extra_css %}{% endblock extra_css %} Jump to main content {% if request.get_host == "readux2.ecdsdev.org" %} {% elif request.get_host == "readux.ecdsdev.org" %}
DEVELOPMENT SITE: Go to Beta for beta-testing or go to fully functioning Readux.
{% endif %}
{% if messages %} {% for message in messages %}

{{ message }}

{% endfor %} {% endif %} {% block modal %} {% endblock modal %} {% block content %}

Use this document as a way to quick start any new project.

{% endblock content %} {# Modal for signin #}

{% if user.is_authenticated %} Connect Accounts {% else %} Sign in {% endif %}

{% include "snippets/socialaccount_buttons.html" %}
{% block viewer %}{% endblock viewer %}
{% block javascript %} {% if has_ga_tracking_id %} {% endif %} {% endblock javascript %} {% block extra_javascript %}{% endblock extra_javascript %} {% csrf_token%}