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