mirror of
https://github.com/sophokles187/data-cards.git
synced 2026-07-22 12:30:26 +00:00
6 lines
142 B
HTML
6 lines
142 B
HTML
<div class="card">
|
|
{% if include.title %}
|
|
<h3>{{ include.title }}</h3>
|
|
{% endif %}
|
|
{{ include.content | markdownify }}
|
|
</div>
|