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