5 lines
164 B
Smarty
5 lines
164 B
Smarty
|
{{ define "content" }}
|
||
|
{{$options := `title: "Errore nell'apertura della prova di gara"`}}
|
||
|
{{template "error" dict "options" ($options|yaml) "data" .Data}}
|
||
|
{{end}}
|