{% import "partials/macros.twig" as macros %} {% block images %}
{% if images | length > 1 %} {% else %} {{ macros.variants(images.0.url, images.0.preview, images.0.alt, 300, 400, "materialboxed " ) }} {% endif %}
{% endblock %}