|
|
@ -3,9 +3,11 @@
|
|
|
|
<h1>{{Day airDate}}</h1>
|
|
|
|
<h1>{{Day airDate}}</h1>
|
|
|
|
<h4>{{Month airDate}}</h4>
|
|
|
|
<h4>{{Month airDate}}</h4>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<a href="{{series.route}}">
|
|
|
|
{{#with series}}
|
|
|
|
<h4>{{series.title}}</h4>
|
|
|
|
<a href="{{route}}">
|
|
|
|
|
|
|
|
<h4>{{title}}</h4>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
{{/with}}
|
|
|
|
<p>{{StartTime airDate}} {{ShortDate airDate}}<span class="pull-right">{{seasonNumber}}x{{Pad2 episodeNumber}}</span><br>{{episodeTitle}}</p>
|
|
|
|
<p>{{StartTime airDate}} {{ShortDate airDate}}<span class="pull-right">{{seasonNumber}}x{{Pad2 episodeNumber}}</span><br>{{episodeTitle}}</p>
|
|
|
|
<p class="episode-title x-episode-title">{{title}}</p>
|
|
|
|
<p class="episode-title x-episode-title">{{title}}</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|