oef/templates/error_category_exists.html.tpl

5 lines
164 B
Smarty
Raw Normal View History

2019-12-09 14:18:31 +01:00
{{ define "content" }}
{{$options := `title: "Errore durante l'iscrizione della scuola"`}}
2020-01-28 15:04:28 +01:00
{{template "error" dict "options" ($options|yaml) "data" .Data}}
{{end}}