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