2016-02-08 14:57:57 +00:00
|
|
|
<div class="pi-item pi-image">
|
2016-04-05 15:42:21 +00:00
|
|
|
<figure class="article-media-thumbnail" data-component="article-media-thumbnail" data-attrs="{{mercuryComponentAttrs}}">
|
2016-02-08 14:57:57 +00:00
|
|
|
<a href="{{url}}">
|
2016-03-31 16:08:57 +00:00
|
|
|
<img src="data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 {{width}} {{height}}'%2F%3E" alt="{{title}}"{{#width}} width="{{width}}"{{/width}}{{#height}} height="{{height}}"{{/height}}>
|
2016-02-08 14:57:57 +00:00
|
|
|
<noscript>
|
2016-03-31 16:08:57 +00:00
|
|
|
<img src="{{url}}" alt="{{alt}}"{{#width}} width="{{width}}"{{/width}}{{#height}} height="{{height}}"{{/height}}>
|
2016-02-08 14:57:57 +00:00
|
|
|
</noscript>
|
|
|
|
</a>
|
|
|
|
</figure>
|
|
|
|
</div>
|