dawn/templates/shortcodes/icaption.html
2022-06-23 21:50:12 -04:00

6 lines
201 B
HTML

{% if text %}
<div class="icaption-{% if position %}{{ position }}{% else -%}center{%- endif %}" {%- if style %} style="{{ style | safe }}"{%- endif %}>
<i>{{ text | safe }}</i>
</div>
{% endif %}