{{ define "content" }}

{{.Data.Name}}

Documenti prodotti

{{if .Data.Files}}
{{range $file := .Data.Files}} {{$file.Path}} {{end}}
{{else}}

Non รจ stato prodotto nessun file..

{{end}}
{{ end }}