BUGFIX: prevent reloading loop with unwatching css, js files

This commit is contained in:
Simon Martens
2024-12-04 17:55:39 +01:00
parent c6b46ea3d9
commit 3af43b33dd
3 changed files with 6 additions and 8 deletions

View File

@@ -31,9 +31,11 @@
<!-- Default app menu... -->
{{ end }}
{{ block "body" . }}
<!-- Default app body... -->
{{ end }}
<main>
{{ block "body" . }}
<!-- Default app body... -->
{{ end }}
</main>
</body>
</html>