fix templating

This commit is contained in:
nahakubuilde
2025-08-25 17:26:27 +01:00
parent 3e47f77ae9
commit 9583224c65
12 changed files with 228 additions and 100 deletions

View File

@@ -2,7 +2,7 @@
{{template "base" .}}
{{end}}
{{define "content"}}
{{define "folder_content"}}
<div class="p-6">
<!-- Header with upload button -->
<div class="flex items-center justify-between mb-6">
@@ -109,7 +109,7 @@
</div>
{{end}}
{{define "scripts"}}
{{define "folder_scripts"}}
<script>
let uploadArea = document.getElementById('upload-area');
let fileInput = document.getElementById('file-input');