oef/templates/error_out_of_time.html.tpl

5 lines
165 B
Smarty
Raw Normal View History

2019-12-29 17:23:50 +01:00
{{ define "content" }}
2020-01-28 15:04:28 +01:00
{{$options := `title: "Errore nella gestione della prova di gara"`}}
{{template "error" dict "options" ($options|yaml) "data" .Data}}
{{end}}