nixfox-reborn/templates/index.html

5 lines
103 B
HTML

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