oef/templates/error_school_exists.html.tpl

5 lines
174 B
Smarty
Raw Normal View History

2020-01-27 08:35:37 +01:00
{{ define "content" }}
2020-01-28 15:04:28 +01:00
{{$options := `title: "Errore nella creazione/aggiornamento di una scuola"`}}
{{template "error" dict "options" ($options|yaml) "data" .Data}}
{{end}}