gitea/templates/status/401.tmpl

5 lines
114 B
Cheetah

{{template "base/head" .}}
<div class="ui container center">
401 Unauthorized
</div>
{{template "base/footer" .}}