{% load static %}
{% include "exam/navbar.html" %}
Please fillup the form in order to contact us
{% csrf_token %}
{{ form.as_p }}
{% include "exam/footer.html" %}