mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 00:10:24 +00:00
5 lines
213 B
HTML
5 lines
213 B
HTML
{% comment %} allowed: info danger warning {% endcomment %}
|
|
{% assign css_class = include.type | default: "info" %}
|
|
<div class="bd-callout bd-callout-{{ css_class }}">
|
|
{{ include.content | markdownify }}
|
|
</div>
|