Upload files to "frontend/components"

This commit is contained in:
Thierry 2026-04-01 21:35:26 +02:00
parent e6824ac5b2
commit 317cf34156
5 changed files with 99 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<div class="card bg-base-100 shadow {{ class_extra }}">
<div class="card-body">
{% if title %}
<h2 class="card-title text-base mb-2">{{ title }}</h2>
{% endif %}
{{ content }}
</div>
</div>