1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/shared/includes/cards/map-vector.html
2025-04-15 23:18:49 +02:00

10 lines
276 B
HTML

{% assign map = include.map | default: "world" %}
<div class="card">
<div class="card-body">
{% if include.title %}
<h3 class="card-title">{{ include.title }}</h3>
{% endif %}
{% include "ui/map-vector.html" map-id=map color="primary" ratio="21x9" %}
</div>
</div>