{% if border %}
{% else %}
{% endif %} {% if resize_width %} {% set image = resize_image(path=image, width=resize_width, op="fit_width", quality=quality | default(value=75)) %} {% if width %} {{ alt }} {% else %} {{ alt }} {% endif %} {% elif resize_height %} {% set image = resize_image(path=image, height=resize_height, op="fit_height", quality=quality | default(value=75)) %} {% if height %} {{ alt }} {% else %} {{ alt }} {% endif %} {% elif width %} {{ alt }} {% else %} {{ alt }} {% endif %}
{{ caption }}