6 lines
201 B
HTML
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 %}
|