11 lines
161 B
Cheetah
11 lines
161 B
Cheetah
{{template "base" .}}
|
|
|
|
{{define "title"}}Forbidden{{end}}
|
|
|
|
{{define "body"}}
|
|
<div class="page-header">
|
|
<h1 class="page-title">Forbidden</h1>
|
|
</div>
|
|
|
|
{{end}}
|