{% extends "base.html" %} {% block title %}Example gallery{% endblock %} {% block body %}

Example gallery

Welcome to the example gallery for django-uswds-forms! Here you can see a variety of example forms alongside their Python and Django template source code. Choose one from the list below to get started.

{% for ex in EXAMPLES.values %}
{{ ex.name }}
{{ ex.description }}
{% endfor %}
{% endblock %}