{{define "title"}}{{.Torrent.Name}}{{end}} {{define "contclass"}}cont-view{{end}} {{define "content"}}
{{with .Torrent}}
{{ range $index, $element := .Comments }} {{end}}
Name {{.Name}}
Hash {{.Hash}}
Date {{.Date}}
Size {{.Filesize}}
Links Download! Torrent file
Description {{.Description}}
Comments
{{$index}} {{.Username}} {{.Content}}
{{end}}
{{with .Captcha}} {{block "captcha" .}}{{end}} {{end}}
{{end}}