brass/templates/index.html

8 lines
94 B
HTML

{% extends "nav.html" %}
{% block content %}
<p>
Content
</p>
{% endblock %}