M28_App/M28_django/M28/pages/testing.html

6 lines
102 B
HTML

{% extends "base.html" %}
{% block body_content %}
<h1>This is some new content!</h1>
{% endblock %}