{% load static %} {% get_static_prefix as STATIC_PREFIX %} {% load i18n %} {% block pretitle %}Provider Registryyyy{% endblock %} {% block title %} {% endblock %} {% block head %} {% include "providerregistry/include/head.html" %} {% endblock %} {% block extra_head %} {% endblock %} {% include "providerregistry/include/top-nav.html" %} {% block Content %} {% if template %}{% include template %}{% endif %} {{ content|safe }} {% endblock %} {% include "providerregistry/include/footer.html" %} {% block ExtraJSFoot %} {% endblock %}