{% extends 'base.html' %} {% block title %} Exam Collections {% endblock %} {% block navigation %} Collections {% if request.user.is_authenticated %} View Collections Create Collection {% endif %} {% endblock %}