Marwan Alwali 0357921e3d update
2025-09-21 17:35:20 +03:00

4 lines
134 B
HTML

<div class="flex {% if col %} flex-col{% else %} flex-row{% endif %}{% if class %} {{ class }}{% endif %}">
{{ children }}
</div>