v1/web/themes/custom/martis/templates/field/field--link.html.twig

10 lines
165 B
Twig

{#
/**
* @file
* Theme override for a field.
* @see template_preprocess_field()
*/
#}
{% for item in items %}
{{ item.content }}
{% endfor %}