PortableInfobox/templates/PortableInfoboxItemImage.mustache
2015-05-19 17:31:09 +02:00

8 lines
426 B
Plaintext

<div class="portable-infobox-item item-type-image no-margins">
<figure>
<a href="{{url}}" class="image image-thumbnail" title="{{alt}}">
<img src="{{thumbnail}}" class="portable-infobox-image" alt="{{alt}}" data-image-key="{{name}}" data-image-name="{{name}}"/>
</a>
{{#caption}}<figcaption class="portable-infobox-item-margins portable-infobox-image-caption">{{{caption}}}</figcaption>{{/caption}}
</figure>
</div>