Files
site_internet/templates/shortcodes/image.html
2026-03-06 18:55:43 +01:00

6 lines
179 B
HTML

<img
src="{{ get_url(path=src) }}"
alt="{{ alt | default(value='') }}"
style="width: {{ width | default(value='auto') }}; height: {{ height | default(value='auto') }};"
>