{% extends "aristotle_mdr/base.html" %} {% load i18n %} {% block title %}{% trans 'Home'%}{% endblock %} {% block header %} {% include 'aristotle_mdr/header.html' with hide_search=True %} {% endblock %} {% block extra_head_scripts %} {% include 'meta/schemaorg/home.html' %} {% endblock %} {% block content %}

{{ config.SITE_INTRO }}

About {{ config.SITE_NAME }}

Current registration authorities Browse the registry {% if config.CONTENT_EXTENSIONS %} View current extensions {% endif %}
{% endblock %}