{% extends "test_app/base.html" %} {% block page_header %} Django LTS v3.2 - Test Group Check {% endblock page_header %} {% block page_subheader %} This view should require group of "test_group" to see. {% endblock page_subheader %} {% block content %}
{% endblock content %}