{% extends "core/base.html" %}
{% load static %}
{% load i18n %}
{% block title %}{% trans "Accessibility" %}{% endblock %}
{% block body %}
{% trans "Accessibility" %}
{% include "common/elements/a11y/janeway.html" %}
{% include "common/elements/a11y/press.html" %}
{% include "common/elements/a11y/journal.html" %}
{% endblock body %}