1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00
Files
tabler/pages/_includes/cards/map.html
T
2020-02-21 13:33:54 +01:00

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>