Files
rothbard/templates/_expander.html
2025-11-18 23:11:14 -08:00

7 lines
214 B
HTML

{% macro expander() %}
<div x-ref="content" class="content relative overflow-hidden transition-all duration-500"
:class="expanded ? 'max-h-100' : 'max-h-[3em]'">
{{ caller() }}
<div>
{% endmacro %}