oef/templates/error_out_of_time.html.tpl

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}}