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