mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
2 lines
155 B
HTML
2 lines
155 B
HTML
{% set image = resize_image(path=image, width=width, op="fit_width", quality=quality | default(value=75)) %}
|
|
<img src="{{ image.url }}" alt="{{ alt }}" />
|