mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
5 lines
278 B
HTML
5 lines
278 B
HTML
{% 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> |