theolem.org/themes/theo_lem/templates/index.html

9 lines
142 B
HTML
Raw Normal View History

2020-04-29 18:17:21 +00:00
{% extends 'base.html' %}
{% block content %}
<ul>TODO
<li>beautiful navbar</li>
<li>articles page</li>
</ul>
{% endblock content %}