test template
This commit is contained in:
16
templates/shortcodes/features_card.html
Normal file
16
templates/shortcodes/features_card.html
Normal 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user