nftmashin/templates/embed-nft.tmpl

8 lines
168 B
Cheetah
Raw Permalink Normal View History

{{define "embed-nft"}}
{{if .IsVideo}}
<video controls loop src="/static/nfts/{{.FileName}}"></video>
{{else}}
<img src="/static/nfts/{{.FileName}}">
{{end}}
{{end}}