mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
13 lines
388 B
Cheetah
13 lines
388 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="tw-mb-8 tw-px-8">
|
|
<div class="center">
|
|
<div class="hero">
|
|
<h1 class="ui icon header title">
|
|
Forgejo hosted on NixOS!
|
|
</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|