update modules

This commit is contained in:
somrat sorkar
2023-07-12 10:12:44 +06:00
parent 5eca80cb99
commit 9c8aca03db
12 changed files with 46 additions and 33 deletions

View File

@@ -7,6 +7,7 @@
<!-- head (don't cache it) -->
{{ partial "essentials/head.html" . }}
<!-- style (always cache it) -->
{{ partialCached "essentials/style.html" . }}
</head>
@@ -19,6 +20,7 @@
{{ else }}
{{ partial "preloader.html" . }}
<!-- tailwind size indicator -->
{{ partial "components/tw-size-indicator.html" . }}
{{ end }}
@@ -28,6 +30,7 @@
{{ partial "essentials/header.html" . }}
{{ partial "search-modal.html" (dict "Context" . ) }}
<main>
{{ block "main" . }}{{ end }}
</main>