home
·
contact
·
privacy
projects
/
plomtask
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add rump HTTP server/handler testing.
[plomtask]
/
templates
/
calendar.html
1
{% extends 'base.html' %}
2
3
{% block content %}
4
<ul>
5
{% for day in days %}
6
<li><a href="day?date={{day.date}}">{{day.date}}</a> ({{day.weekday}}) {{day.comment|e}}
7
{% endfor %}
8
</ul>
9
{% endblock %}