Fixes #2 for performances issues
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user