2021-10-18 03:36:36 +00:00
|
|
|
<div class="flex justify-between">
|
|
|
|
<span
|
2023-04-05 00:50:15 +00:00
|
|
|
class="mr-2 w-full rounded-md py-6"
|
2021-10-18 03:36:36 +00:00
|
|
|
{{ with .Get 0 }}style="background-color: {{ . }}"{{ end }}
|
|
|
|
></span>
|
|
|
|
<span
|
2023-04-05 00:50:15 +00:00
|
|
|
class="mr-2 w-full rounded-md py-6"
|
2021-10-18 03:36:36 +00:00
|
|
|
{{ with .Get 1 }}style="background-color: {{ . }}"{{ end }}
|
|
|
|
></span>
|
|
|
|
<span
|
2023-04-05 00:50:15 +00:00
|
|
|
class="mr-2 w-full rounded-md py-6"
|
2021-10-18 03:36:36 +00:00
|
|
|
{{ with .Get 2 }}style="background-color: {{ . }}"{{ end }}
|
|
|
|
></span>
|
|
|
|
</div>
|