home
·
contact
·
privacy
projects
/
plomtask
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use different do_GET handlers for different paths.
[plomtask]
/
templates
/
calendar.html
1
{% extends 'base.html' %}
2
3
{% block content %}
4
<ul>
5
{% for day in days %}
6
<li>{{day.date}} ({{day.weekday}})
7
{% endfor %}
8
</ul>
9
{% endblock %}