Altessimo/home/templates/index.html

5 lines
100 B
HTML

{% extends 'layouts/base.html' %}
{% block content %}
<h1>Work in progress!</h1>
{% endblock %}