mirror of
https://github.com/welpo/tabi.git
synced 2026-03-10 01:57:20 +01:00
5 lines
148 B
HTML
5 lines
148 B
HTML
{%- set direction = direction | default(value="ltr") -%}
|
|
|
|
<div data-force-text-direction="{{ direction }}">
|
|
{{ body | markdown | safe }}
|
|
</div>
|