diff options
Diffstat (limited to 'pkg/app/handler/index/index.templ')
-rw-r--r-- | pkg/app/handler/index/index.templ | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/pkg/app/handler/index/index.templ b/pkg/app/handler/index/index.templ index 7e23b0f..98101cb 100644 --- a/pkg/app/handler/index/index.templ +++ b/pkg/app/handler/index/index.templ @@ -1,10 +1,12 @@ package index -import "net/http" -import "soko/pkg/app/layout" -import "soko/pkg/app/utils" -import "soko/pkg/database" -import "soko/pkg/models" +import ( + "net/http" + "soko/pkg/app/layout" + "soko/pkg/app/utils" + "soko/pkg/database" + "soko/pkg/models" +) templ header(packageCount int) { <div class="col-12"> |