home · contact · privacy
Add Conditions for Todos/Processes to be met or undone by other Todos.
[plomtask] / templates / base.html
1 <!DOCTYPE html>
2 <html>
3 <meta charset="UTF-8">
4 <body>
5 <a href="processes">processes</a>
6 <a href="conditions">conditions</a>
7 <a href="day">today</a>
8 <a href="calendar">calendar</a>
9 <hr>
10 {% block content %}
11 {% endblock %}
12 </body>
13 </html>