configui/templates/action.tmpl

7 lines
121 B
Cheetah

{{define "action"}}
{{template "base/header" .}}
{{template "components/error" .}}
{{template "base/footer" .}}
{{end}}