Files
benji0x3c/themes/tabi/templates/shortcodes/force_text_direction.html
2026-03-13 10:12:44 +01:00

6 lines
148 B
HTML

{%- set direction = direction | default(value="ltr") -%}
<div data-force-text-direction="{{ direction }}">
{{ body | markdown | safe }}
</div>