test template

This commit is contained in:
2025-08-04 14:05:46 +03:00
parent fde1b767c4
commit 8eb58d26ba
7 changed files with 65 additions and 63 deletions

View File

@@ -0,0 +1,16 @@
{% set title = title | default(value="") %}
{% set description = description | default(value="") %}
<div class="flex gap-x-4 rounded-xl bg-white/5 p-6 ring-1 ring-inset ring-white/10">
<div class="text-base leading-7">
<h4 class="font-semibold ">{{ title }}</h4>
<p class="mt-2 text-lg">{{ description }}
</p>
</div>
</div>