5 lines
165 B
Smarty
5 lines
165 B
Smarty
|
{{ define "content" }}
|
||
|
{{$options := `title: "Errore durante l'iscrizione di una scuola"`}}
|
||
|
{{template "error" dict "options" ($options|yaml) "data" .Data}}
|
||
|
{{end}}
|