{% extends 'base.html' %} {% block title %}contact us{% endblock %} {% block content %}

Contact

{% if config.ADMIN_CONTACT_INFO %}

The administrators of {{ config.SITE_NAME }} provide the following contact information:

{{ config.ADMIN_CONTACT_INFO | babycode_strict | safe }}
{% else %}

The administrators of {{ config.SITE_NAME }} did not provide any contact information.

{% endif %}
{% endblock %}