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