Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Default theme implementation to display a formatted responsive image field. Chris@0: * Chris@0: * Available variables: Chris@0: * - responsive_image: A collection of responsive image data. Chris@0: * - url: An optional URL the image can be linked to. Chris@0: * Chris@0: * @see template_preprocess_responsive_image_formatter() Chris@0: * Chris@0: * @ingroup themeable Chris@0: */ Chris@0: #} Chris@0: {% if url %} Chris@0: {{ responsive_image }} Chris@0: {% else %} Chris@0: {{ responsive_image }} Chris@0: {% endif %}