forgejo-template-patch/templates/home.tmpl
2023-09-03 01:12:27 +02:00

15 lines
534 B
Cheetah

{{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">
<div class="hero">
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{.locale.Tr "logo"}}">
<p style="font-size: 12px;">
Powered by <a href="https://forgejo.org/">Forgejo</a>
</p>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}