2017-01-05 13:41:32 -05:00
|
|
|
{{#data}}
|
2016-02-01 09:49:18 -05:00
|
|
|
<article class="media search">
|
2017-04-13 11:44:03 -04:00
|
|
|
<div class="name">
|
2017-01-05 13:41:32 -05:00
|
|
|
<input type="radio" class="big-check" id="{{attributes.slug}}" name="id" value="{{id}}" />
|
|
|
|
<label for="{{attributes.slug}}">
|
2017-04-13 11:44:03 -04:00
|
|
|
<img src="/public/images/anime/{{id}}.jpg" alt="" width="220" />
|
2017-01-05 13:41:32 -05:00
|
|
|
<span class="name">
|
2017-01-09 20:36:48 -05:00
|
|
|
{{attributes.canonicalTitle}}
|
|
|
|
<br />
|
|
|
|
<small>
|
|
|
|
{{#attributes.titles}}
|
|
|
|
{{.}}<br />
|
|
|
|
{{/attributes.titles}}
|
|
|
|
</small>
|
2017-01-05 13:41:32 -05:00
|
|
|
</span>
|
2016-02-01 09:49:18 -05:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</article>
|
2017-01-05 13:41:32 -05:00
|
|
|
{{/data}}
|