0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/_includes/callout.html

6 lines
213 B
HTML
Raw Normal View History

{% 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>