implement index.tpl and and edit.tpl

This commit is contained in:
2026-07-23 04:28:57 +02:00
committed by kitoy
parent 4f306c0dee
commit 63aee39708
2 changed files with 24 additions and 7 deletions

View File

@@ -3,9 +3,11 @@
<head>
<!-- Style CSS -->
{% include 'themes/'+config.theme+'/_head.html' %}
{% block css %}
{% endblock %}
{% include 'themes/'+config.theme+'/_head.html' %}
</head>
<body id="page-top">