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