{% 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 %}
Duck is working correctly.
{% else %}This is a test form!
{% endif %} {% endblock main %}