feat: add dist

This commit is contained in:
Lucas Colombo
2023-07-02 18:42:27 -03:00
parent 2a81b68185
commit 85e6da11d0
36 changed files with 6193 additions and 3 deletions

9
dist/templates/home.tmpl vendored Normal file
View File

@@ -0,0 +1,9 @@
{{template "base/head" .}}
<div role="main" aria-label="{{if .IsSigned}}{{.locale.Tr "dashboard"}}{{else}}{{.locale.Tr "home"}}{{end}}" class="page-content home">
<div class="gt-mb-5 gt-px-5">
<div class="center">
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{.locale.Tr "logo"}}">
</div>
</div>
</div>
{{template "base/footer" .}}