Fixes #2 for performances issues

This commit is contained in:
2024-07-23 18:08:37 -04:00
parent c94d5e565f
commit fd53ee174a
4 changed files with 32 additions and 21 deletions

View File

@@ -36,6 +36,7 @@ mixin show-content(items, path)
data-template=(items.template == undefined ? "pug" : items.template)
data-core= (items.core ? "true" : "false")
data-path=path
style="height: 100vh"
)
h1(class="status-" + items.status )