Mostrar valor de cada NFT en el index
All checks were successful
continuous-integration/woodpecker the build was successful

This commit is contained in:
Cat /dev/Nulo 2021-11-10 11:13:50 -03:00
parent b3f6b48d70
commit 5de0d6bd06

View file

@ -10,7 +10,7 @@
<h2>Algunos NFTs descargados</h2> <h2>Algunos NFTs descargados</h2>
{{range .NFTs}} {{range .NFTs}}
<figure> <figure>
<h3><a href="/nfts/{{.Id}}">{{.Asset.Name}}</a></h3> <h3><a href="/nfts/{{.Id}}">{{.Asset.Name}}</a> (<span class=Dinero>${{printf "%.2f" .GetUSDPrice}})</h3>
{{template "embed-nft" .}} {{template "embed-nft" .}}
</figure> </figure>
<hr> <hr>