oef/templates/error_not_authorized.html.tpl

4 lines
148 B
Smarty

{{ define "content" }}
{{$options := `title: "Errore di autorizzazione"`}}
{{template "error" dict "options" ($options|yaml) "data" .Data}}
{{end}}