wip itemvariant

This commit is contained in:
2025-03-04 16:42:59 +01:00
parent d24dfdf262
commit a65ba9c98c
9 changed files with 116 additions and 20 deletions

View File

@@ -32,10 +32,12 @@
{{ .data.shopItem.Abstract }}
</p>
<div class="flex mb-4">
{{ range .data.shopItem.Variants }}
<div class="mr-4">
<span class="font-bold text-gray-700 dark:text-gray-300">Price:</span>
<span class="text-gray-600 dark:text-gray-300">{{ .data.shopItem.Price }}€</span>
<span class="font-bold text-gray-700 dark:text-gray-300">{{ .Name }}:</span>
<span class="text-gray-600 dark:text-gray-300">{{ .Price }}€</span>
</div>
{{ end }}
</div>
<div class="flex mb-4">