ispim-1.0.x-dev/templates/ispim.ispim-preview-image.html.twig
templates/ispim.ispim-preview-image.html.twig
<article{{ attributes }}>
{{ title_prefix }}
{{ title_suffix }}
<div{{ content_attributes }}>
{% if linkRelationshipType == 'canonical' %}
{{ content|without('label') }}
{% else %}
{{ content }}
{% endif %}
</div>
</article>
