From a588aadfd85696aed26647fc40dd8cda45a1e396 Mon Sep 17 00:00:00 2001 From: kitoy Date: Thu, 23 Jul 2026 04:28:57 +0200 Subject: [PATCH] implement index.tpl and and edit.tpl --- app/templates/edit.html.tpl | 27 +++++++++++++++++++++------ app/templates/index.html.tpl | 4 +++- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/app/templates/edit.html.tpl b/app/templates/edit.html.tpl index 09de0ab..ba696d2 100644 --- a/app/templates/edit.html.tpl +++ b/app/templates/edit.html.tpl @@ -2,12 +2,16 @@ {% block css %} {% include 'edit-tools/css/dropzone' %} - + + + + - + + {% endblock %} {% block body %} @@ -28,7 +32,7 @@ {% include 'themes/'+config.theme+'/blocs/_'+bloc.type+'.html' %} -