mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
6 lines
213 B
HTML
6 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>
|