theolem.org/themes/theo_lem/templates/index.html
2020-04-30 18:12:44 +02:00

10 lines
163 B
HTML

{% extends 'base.html' %}
{% block content %}
<ul>TODO
<li>beautiful navbar</li>
<li>about page</li>
<li>content ! </li>
</ul>
{% endblock content %}