{% extends "base.html" %} {% block title %} Authors {{ super() }} {% endblock %} {% block page_header %} Authors {% endblock %} {% block content %} {% endblock %}