template error logging, css, better rendering

This commit is contained in:
mtrx 2024-08-10 21:30:51 +02:00
parent 2e7a81d7c7
commit 0a85a81950
9 changed files with 51 additions and 39 deletions

View file

@ -12,7 +12,10 @@
</head>
<body>
<div id="content">{% block content %}{% endblock content %}</div>
<div id="content">
{% block content %}
{% endblock content %}
</div>
</body>
</html>