home
·
contact
·
privacy
projects
/
plomtask
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
399e1cc0dcdd1a86cc7478cf5bf6b31b68ac8fec
[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="conditions">conditions</a>
7
<a href="day">today</a>
8
<a href="calendar">calendar</a>
9
<hr>
10
{% block content %}
11
{% endblock %}
12
</body>
13
</html>