home
·
contact
·
privacy
projects
/
plomtask
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
26c78c595e2fba3cf3b214f3b97a84a787cd70b7
[plomtask]
/
templates
/
base.html
1
<!DOCTYPE html>
2
<html>
3
<meta charset="UTF-8">
4
<body>
5
<a href="processes">processes</a>
6
<a href="day">today</a>
7
<a href="calendar">calendar</a>
8
<hr>
9
{% block content %}
10
{% endblock %}
11
</body>
12
</html>