forgejo/templates/home.tmpl

17 lines
579 B
Go HTML Template
Raw Normal View History

2015-03-07 15:12:13 -05:00
{{template "base/head" .}}
2023-09-25 20:42:40 +08:00
<div role="main" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home"}}{{end}}" class="page-content home">
<div class="tw-mb-8 tw-px-8">
<div class="center">
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{ctx.Locale.Tr "logo"}}">
2015-03-07 15:12:13 -05:00
<div class="hero">
<h1 class="ui icon header title">
{{AppDisplayName}}
</h1>
<h2>{{ctx.Locale.Tr "startpage.app_desc"}}</h2>
2015-03-07 15:12:13 -05:00
</div>
</div>
2015-03-07 15:12:13 -05:00
</div>
{{template "home_forgejo" .}}
2014-02-17 18:38:50 -05:00
</div>
{{template "base/footer" .}}