nftmashin/templates/embed-nft.tmpl
Cat /dev/Nulo 551fcee088
Some checks failed
continuous-integration/woodpecker the build failed
Reutilizar template de mostrar NFT y mostrar nombres en index
2021-11-10 10:43:27 -03:00

8 lines
168 B
Cheetah

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