uninsane/templates/index.html

8 lines
102 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="title">
WIP
</h1>
{% endblock content %}