mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 12:50:03 +04:00
10 lines
268 B
HTML
10 lines
268 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="blue" height=15 %}
|
|
</div>
|
|
</div>
|