mirror of
https://github.com/lukin/keywind.git
synced 2025-01-27 09:46:32 +00:00
Update card.ftl
Revert changes to header
This commit is contained in:
parent
809bf58956
commit
d8eb1d5f1d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<#macro kw content="" footer="" header="">
|
<#macro kw content="" footer="" header="">
|
||||||
<div class="bg-white dark:bg-secondary-700 p-8 rounded-lg space-y-6">
|
<div class="bg-white dark:bg-secondary-700 p-8 rounded-lg space-y-6">
|
||||||
<#if header?has_content>
|
<#if header?has_content>
|
||||||
<div class="divide-y dark:divide-secondary-600">
|
<div class="space-y-4">
|
||||||
${header}
|
${header}
|
||||||
</div>
|
</div>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
Loading…
Reference in a new issue