2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00
Files
bootstrap/_includes/callout.html
T
2018-03-12 21:50:21 +02:00

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>