4 lines
121 B
HTML
4 lines
121 B
HTML
{% extends 'base.html' %}
|
|
{% block content %}
|
|
<h1>Where all the things required for making a page</h1>
|
|
{% endblock %} |