<?xml version="1.0" encoding="UTF-8"?>
 <OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
 <responseDate>{% now "Y-m-d\TH:i:s\Z" %}</responseDate>
  <request verb="{{ verb }}" metadataPrefix="{{ metadataPrefix }}">{% if request.repository %}{% repository_url 'OAI_list_records' %}{% else %}{% journal_url 'OAI_list_records' %}{% endif %}</request>
    {% block body %}{% endblock body %}
</OAI-PMH>
