oef/templates/error_not_authorized.html.tpl

5 lines
148 B
Smarty
Raw Normal View History

2020-02-05 10:10:27 +01:00
{{ define "content" }}
{{$options := `title: "Errore di autorizzazione"`}}
{{template "error" dict "options" ($options|yaml) "data" .Data}}
{{end}}