home · contact · privacy
Add single-day view / retrieval.
[plomtask] / templates / base.html
1 <!DOCTYPE html>
2 <html>
3 <meta charset="UTF-8">
4 <body>
5 <a href="calendar">calendar</a>
6 <hr>
7 {% block content %}
8 {% endblock %}
9 </body>
10 </html>