summaryrefslogtreecommitdiff
path: root/sysret.org/themes/tabi-lean/templates/shortcodes/aside.html
blob: ca337f900dcd5730c0fc6c9a2ac37a37c058000b (plain)
1
2
3
4
5
{%- set text = text | default(value=body) -%}

<aside {% if position %}data-position="{{ position }}"{% endif %}>
    {{ text | markdown | safe }}
</aside>