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