diff --git a/src/templates/components/asset.twig b/src/templates/components/asset.twig index 95861bf..a315798 100644 --- a/src/templates/components/asset.twig +++ b/src/templates/components/asset.twig @@ -8,4 +8,6 @@ }))), } %} {% export summary = props.asset.one().title|default %} - +{% for asset in props.asset %} + +{% endfor %}