2017-01-09 20:36:48 -05:00
|
|
|
{{#data}}
|
2016-02-02 11:34:03 -05:00
|
|
|
<article class="media search">
|
2017-01-09 20:36:48 -05:00
|
|
|
<div class="name" style="background-image:url({{attributes.posterImage.small}})">
|
|
|
|
<input type="radio" class="big-check" id="{{attributes.slug}}" name="id" value="{{id}}" />
|
|
|
|
<label for="{{attributes.slug}}">
|
|
|
|
<span class="name">
|
|
|
|
{{attributes.canonicalTitle}}
|
|
|
|
<br />
|
|
|
|
<small>
|
|
|
|
{{#attributes.titles}}
|
|
|
|
{{.}}<br />
|
|
|
|
{{/attributes.titles}}
|
|
|
|
</small>
|
|
|
|
</span>
|
2016-02-02 11:34:03 -05:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</article>
|
2017-01-09 20:36:48 -05:00
|
|
|
{{/data}}
|