This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/templates/status/401.tmpl
2014-07-26 00:24:27 -04:00

6 lines
148 B
Cheetah

{{template "base/head" .}}
{{template "base/header" .}}
<div class="container">
401 Unauthorized: {{.ErrorMsg}}
</div>
{{template "base/footer" .}}