{% if 'full_width' in options %}
{% else %}
{% endif %}
{% if footers|length %}
{% for foot in footers %}
{% for item in foot %}
{{ item }}
{% endfor %}
{% endfor %}
{% endif %} {% if caption != "" %}
{{ caption }}
{% endif %}