{% extends "base.html" %} {% block title %}Admin{% endblock %} {% block content %}

This is only visible to admins

If you are logged in and your role is 'admin', you will see this page. Otherwise, you will be shown a 403 error.

{% endblock %}