{% extends "ducksite/base.html" %} {# This uses django templating to showcase its use #} {% block title %}Contact Us{% endblock title %} {% block extra_stylesheets %} {% endblock extra_stylesheets %} {% block main %} {% if feedback_submitted %}

Feedback Submitted

Thanks for your feedback!

Duck is working correctly.

{% else %}

Contact Us

* This is a test form and will be implemented in the future for Duck maintainers to receive emails.

{% csrf_token %}

This is a test form!

{% endif %} {% endblock main %}