fix templating
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user