mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 12:02:16 +00:00
84b927eefc
Co-authored-by: CWorld <37377181+cworld1@users.noreply.github.com>
11 lines
271 B
HTML
11 lines
271 B
HTML
<div class="rounded-lg bg-black bg-opacity-20">
|
|
{% for (name, value) in stats %}
|
|
<div
|
|
class="px-7 py-1.5 flex justify-between even:bg-white even:bg-opacity-10"
|
|
>
|
|
<div>{{ name }}</div>
|
|
<div class="italic">{{ value }}</div>
|
|
</div>
|
|
{% endfor %}
|
|
</div>
|