Sha256: 99bf224ebfe15b84ef57f9b8fcc462e88a1305509cf04e7fe0f4d9a4d440d262

Contents?: true

Size: 351 Bytes

Versions: 44

Compression:

Stored size: 351 Bytes

Contents

{%- comment -%}
Usage: {% include callout.html content=callout type="type" %},
where content is a capture with the content
and type is one of: info (default), danger, warning
{%- endcomment -%}
{%- assign css_class = include.type | default: "info" -%}
<div class="bd-callout bd-callout-{{ css_class }}">
  {{- include.content | markdownify -}}
</div>

Version data entries

44 entries across 44 versions & 2 rubygems

Version Path
card-1.99.4 mod/bootstrap/vendor/bootstrap/_includes/callout.html
card-1.99.3 mod/bootstrap/vendor/bootstrap/_includes/callout.html
card-1.99.2 mod/bootstrap/vendor/bootstrap/_includes/callout.html
card-1.99.1 mod/bootstrap/vendor/bootstrap/_includes/callout.html
card-1.99.0 mod/bootstrap/vendor/bootstrap/_includes/callout.html
card-1.98.3 mod/bootstrap/vendor/bootstrap/_includes/callout.html
card-1.98.2 mod/bootstrap/vendor/bootstrap/_includes/callout.html
card-1.98.1 mod/bootstrap/vendor/bootstrap/_includes/callout.html
card-1.98.0 mod/bootstrap/vendor/bootstrap/_includes/callout.html
card-1.97.0.1 mod/bootstrap/vendor/bootstrap/_includes/callout.html
card-1.97.0 mod/bootstrap/vendor/bootstrap/site/_includes/callout.html
card-1.96.8 mod/bootstrap/vendor/bootstrap/site/_includes/callout.html
card-1.96.7 mod/bootstrap/vendor/bootstrap/site/_includes/callout.html
card-1.96.6 mod/bootstrap/vendor/bootstrap/site/_includes/callout.html
card-1.96.5 mod/bootstrap/vendor/bootstrap/site/_includes/callout.html
card-1.96.4 mod/bootstrap/vendor/bootstrap/site/_includes/callout.html
card-1.96.3 mod/bootstrap/vendor/bootstrap/site/_includes/callout.html
card-1.96.2 mod/bootstrap/vendor/bootstrap/_includes/callout.html
card-1.96.1 mod/bootstrap/vendor/bootstrap/_includes/callout.html
card-1.96.0 mod/bootstrap/vendor/bootstrap/_includes/callout.html