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