7 lines
121 B
Cheetah
7 lines
121 B
Cheetah
|
{{define "action"}}
|
||
|
{{template "base/header" .}}
|
||
|
{{template "components/error" .}}
|
||
|
|
||
|
|
||
|
{{template "base/footer" .}}
|
||
|
{{end}}
|