home · contact · privacy
Add most basic Todo infrastructure.
[plomtask] / templates / base.html
index 508281e4fa53863d8a0a8311e6189d0ccdc220bf..26c78c595e2fba3cf3b214f3b97a84a787cd70b7 100644 (file)
@@ -2,6 +2,10 @@
 <html>
 <meta charset="UTF-8">
 <body>
+<a href="processes">processes</a>
+<a href="day">today</a>
+<a href="calendar">calendar</a>
+<hr>
 {% block content %}
 {% endblock %}
 </body>