mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
5 lines
289 B
HTML
5 lines
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> |