goffeetabler/liquid/includes/cards/body-placeholder.html
2026-05-01 12:46:11 -05:00

5 lines
No EOL
289 B
HTML

{% assign width = include.width | default: 400 %}
{% assign height = include.height | default: 200 %}
<div class="card-body{% if include.class %} {{ include.class }}{% endif %}">
{% include "ui/svg.html" width=width height=height ratio=include.ratio class="w-100 border rounded" %}
</div>