alexohneander-zola/templates/shortcodes/force_text_direction.html

6 lines
148 B
HTML

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