4 lines
170 B
Smarty
4 lines
170 B
Smarty
{{ define "content" }}
|
|
{{$options := `title: "Errore nella gestione della prova di gara"`}}
|
|
{{template "show_error" dict "options" ($options|yaml) "data" .Data}}
|
|
{{end}}
|