tetawebapp/tetawebapp/templates/todo.html

12 lines
306 B
HTML

{% extends "index.html" %}
{% block main %}
<article class='right'>
<h3>TODO list</h3>
<ul>
<li>Menu management</li>
<li>Installation wizard</li>
<li>Back office for basic content management</li>
</ul>
</article>
{% endblock %}