home · contact · privacy
Use different do_GET handlers for different paths.
[plomtask] / templates / base.html
index 508281e4fa53863d8a0a8311e6189d0ccdc220bf..427740bf4318da2cdcdd7416cd0e57d9ab9b22f7 100644 (file)
@@ -2,6 +2,8 @@
 <html>
 <meta charset="UTF-8">
 <body>
+<a href="calendar">calendar</a> | <a href="test">test</a>
+<hr>
 {% block content %}
 {% endblock %}
 </body>