{% extends "base.html" %} {% block additional_js %} {% endblock %} {% block content %}
Warning: Any examples you create will be purged periodically.
To help the community and make new examples permanent, click the vote link next to any user created examples on the Examples list page - including your own.
{% if field.errors %} {{ field.label }}: {% for error in field.errors %}{{ error }}{% if not loop.last %} - {% endif %}{% endfor %} {% endif %}
{% endfor %}