You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
342 B
HTML
11 lines
342 B
HTML
![]()
11 months ago
|
{%- set type = type | default(value="info") -%}
|
||
|
{%- set title = title | default(value=type | upper) -%}
|
||
|
|
||
|
<div class="admonition {{ type }}">
|
||
|
<div class="admonition-icon"></div>
|
||
|
<div class="admonition-content">
|
||
|
<strong class="admonition-title">{{ title | safe }}</strong>
|
||
|
{{ text | markdown | safe }}
|
||
|
</div>
|
||
|
</div>
|