forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-25 15:31:38 -06:00
parent 16167ea77c
commit ee792e86b6
1 changed files with 24 additions and 0 deletions

View File

@ -15,6 +15,30 @@
</header>
{% endblock %}
{% block subHeader %}
<div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t-md">
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-800 to-gray-700 rounded-t-md sub-header-shadow"></div>
<div class="relative col-span-full flex items-center">
<div>
<h1 class="font-bold text-xl font-heading leading-normal">
Shop
</h1>
<small class="block text-gray-400">
Stir drama. Earn coins.
</small>
</div>
<ul class="flex space-x-2 ml-auto">
<li>
<strong>Total sales:</strong> {{sales}}
</li>
<li>
<strong>Spent by you:</strong> {{v.coins_spent}}
</li>
</ul>
</div>
</div>
{% endblock %}
{% block content %}
{% if error %}
<div class="alert alert-danger alert-dismissible fade show my-3" role="alert">