www/forgejo/custom/templates/home.tmpl
2024-07-18 10:24:35 -05:00

10 lines
308 B
Cheetah

{{template "base/head" .}}
<div role="main" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home"}}{{end}}" class="page-content home">
<div class="gt-mb-5 gt-px-5">
<div class="center">
<div class="hero">
</div>
</div>
</div>
</div>
{{template "base/footer" .}}