{% extends "admin/base.html" %} {% block stylesheets %} {% endblock %} {% block content %}
{% for error in errors %}
{{ error }} ×
{% endfor %}

Route:

This is the URL route that your page will be at (e.g. /page)


Content:

This is the HTML content of your page





{% endblock %} {% block scripts %} {% endblock %}