Files
BaC/themes/terminimal/templates/shortcodes/image.html
2025-02-27 12:52:48 +01:00

4 lines
224 B
HTML

{% if src %}
<img src="{{ src | safe }}"{% if alt %} alt="{{ alt }}"{% endif %} class="{% if position %}{{ position }}{% else -%} center {%- endif %}" {%- if style %} style="{{ style | safe }}" {%- endif %} />
{% endif %}