{{if eq .Post.Mime.Type "image"}}
{{else if eq .Post.Mime.Type "video"}}
{{else}}
{{template "post-identity" wrap2 "Post" "UserInfo" .Post $.UserInfo}} {{with .Alts}}
{{end}}
{{range .Dns}}
{{template "dns-card" wrap2 "UserInfo" "Dns" $.UserInfo .}}
{{end}}
{{ if .Post.Removed }}
{{with .Post.Description}}
No Preview
{{end}}
Find Similar
Download
{{with .Post.MetaData.filename}}
{{end}}
Filename
-
{{range .}}
- {{.Data}} {{end}}
{{template "post-identity" wrap2 "Post" "UserInfo" .Post $.UserInfo}} {{with .Alts}}
Browse all {{len $.Dupe.Post.Alts}} alts
{{template "post-cards" wrap2 "UserInfo" "Posts" $.UserInfo .}}
This post has been removed from search results.
{{ end }}
{{template "post-description" .}}
{{template "post-comments" wrap2 "User" "Comments" $.User .Comments}}