8 lines
145 B
HTML
8 lines
145 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>Boxes page</h1>
|
|
<p>This is the minimal starter page for the boxes module.</p>
|
|
{% endblock %}
|
|
|