info

Generic info / note / warning callout box. Paired-tag with optional title and icon.

Updated 2026-08-23

On this page

The info shortcode renders a bordered, accent-striped callout box for asides, notes, or warnings. Paired-tag; the body is the callout content.

Source: themes/bifrost/templates/shortcodes/info.html · visual surface: .wiki-info-box

Syntax#

{% info(title="Note", type="info") %}
This claim is hedged — the source uses *might* and *appears to*, not
literal assertion.
{% end %}
ParamTypeRequiredDefaultWhat
typestringnoinfoVariant: info / note / warning / caution / tip.
titlestringno""Optional header text.
iconstringno""Optional inline SVG to render before the title.

The body renders through Tera’s markdown filter so multi-paragraph callouts work.

Edit this page on GitHub