3 lines
107 B
HTML
3 lines
107 B
HTML
{% set image = resize_image(path=path, width=width, height=height, op=op) %}
|
|
<img src="{{ image.url }}" />
|