{% if section.background %}
{% endif %}
{% for image in line %} {% set caption = image.text %} {% if image.angle %} {% set angle = image.angle %} {% else %} {% set angle = 20 %} {% endif %} {% if image.x %} {% set x = image.x %} {% else %} {% set x = "0px" %} {% if image.y %} {% set y = image.y %} {% else %} {% set y = "0px" %} {% endif %} {% if image.z %} {% set z = image.z %} {% else %} {% set z = 2 %} {% endif %} {% set image = Image(image) %} {{ image.copy() }} {% set ratio = image.ratio %} {% if caption %} {{ caption }}
{{ caption }}
{% else %} unnamed image {% endif %}
{% endfor %} {% if section.background %}
{% endif %}