From 8a5dace92635c753918a991769c446200d5d79f8 Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 12 Nov 2021 08:21:29 -0300 Subject: [PATCH] =?UTF-8?q?index.tmpl:=20hacer=20m=C3=A1s=20legible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.tmpl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/index.tmpl b/templates/index.tmpl index b603bee..0b6dc61 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -3,14 +3,20 @@

NFTmashin

Beta: las copias pueden ser eliminadas en el futuro.

NFTs descargados: {{ .NFTNum }}

-

Valor total: USD ${{ printf "%.2f" .TotalUSDValue }}

+

+ Valor total: + USD ${{ printf "%.2f" .TotalUSDValue }} +

¡Copiar un NFT!

Algunos NFTs descargados

{{range .NFTs}}
-

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

+

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

{{template "embed-nft" .}}