Added blocktime generation

Also refactored the "base" template stuff - really should've done that in
a separate commit
This commit is contained in:
2024-07-15 20:46:36 +01:00
parent eb08b348b1
commit 846a9b94c7
5 changed files with 79 additions and 38 deletions

View File

@@ -1,7 +1,4 @@
<html>
<head>
</head>
<body>
{% extends "base" %}
{% block content %}
If you're seeing this, it probably worked. Go back <a href="/">here</a> to check.
</body>
</html>
{% endblock content %}