git-subtree-dir: themes/tabi-lean git-subtree-split: 95c879696445ede40daa7a30a88dae5dd74d5c0c
5 lines
156 B
HTML
5 lines
156 B
HTML
{%- set text = text | default(value=body) -%}
|
|
|
|
<aside {% if position %}data-position="{{ position }}"{% endif %}>
|
|
{{ text | markdown | safe }}
|
|
</aside>
|