diff --git a/templates/index.tmpl b/templates/index.tmpl index 04e3d7c..cc657ac 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -10,7 +10,7 @@

Algunos NFTs descargados

{{range .NFTs}}
-

{{.Asset.Name}}

+

{{.Asset.Name}} (${{printf "%.2f" .GetUSDPrice}})

{{template "embed-nft" .}}