2015-07-29 15:17:20 +00:00
|
|
|
<div class="pi-item pi-hero">
|
2015-11-05 13:21:20 +00:00
|
|
|
{{#title}}
|
2015-07-29 15:17:20 +00:00
|
|
|
<hgroup class="pi-hero-title-wrapper pi-item-spacing">
|
2015-11-05 13:21:20 +00:00
|
|
|
<h2 class="pi-hero-title">{{{value}}}</h2>
|
2015-07-01 13:17:43 +00:00
|
|
|
{{#image.caption}}
|
2016-02-05 17:02:02 +00:00
|
|
|
<h3 class="pi-hero-caption">{{{image.caption}}}</h3>
|
2015-07-01 13:17:43 +00:00
|
|
|
{{/image.caption}}
|
|
|
|
</hgroup>
|
2015-11-05 13:21:20 +00:00
|
|
|
{{/title}}
|
2015-07-01 13:17:43 +00:00
|
|
|
{{#image}}
|
2016-05-18 12:44:36 +00:00
|
|
|
<figure data-component="portable-infobox-hero-image" data-attrs="{{mercuryComponentAttrs}}">
|
|
|
|
<a href="{{url}}">
|
|
|
|
<img class="article-media-placeholder"
|
|
|
|
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}}/>
|
|
|
|
<noscript>
|
|
|
|
<img src="{{url}}" alt="{{alt}}"{{#width}} width="{{width}}"{{/width}}{{#height}} height="{{height}}"{{/height}}/>
|
|
|
|
</noscript>
|
|
|
|
</a>
|
|
|
|
</figure>
|
2015-07-01 13:17:43 +00:00
|
|
|
{{/image}}
|
2015-07-30 09:23:50 +00:00
|
|
|
</div>
|