{% extends "base.html" %} {% block title %}Admin{% endblock %} {% block content %}
If you are logged in and your role is 'admin', you will see this page. Otherwise, you will be shown a 403 error.