4 lines
175 B
Smarty
4 lines
175 B
Smarty
{{ define "content" }}
|
|
{{$options := `title: "Errore durante l'iscrizione di un partecipante"`}}
|
|
{{template "show_error" dict "options" ($options|yaml) "data" .Data}}
|
|
{{end}}
|