{% extends 'users/base.html' %} {% block title %} Contact Page {% endblock %} {% block body %} {% if data %}

{{ data }}

{% endif %} {% endblock %}