{% extends 'admin/master.html' %} {% block body %} If you need access to something contact one of the following people: {% for admin in admins %} {{admin}} {% endfor %} {% endblock %}