2022-08-06 14:01:30 +00:00
|
|
|
<!--% PROCESS 'shared-utils.tpl.html' %-->
|
2022-08-07 18:05:34 +00:00
|
|
|
|
2022-08-06 14:01:30 +00:00
|
|
|
<!--% MACRO show_series(series, series_id) IF series != "" %-->
|
|
|
|
<label>Series:</label> <a href="<!--% absolute_path(baseurl) %-->series/<!--% zero_pad_left(series_id) %-->.html"><!--% series %--></a>.
|
2022-08-01 03:09:00 +00:00
|
|
|
<!--% END %-->
|
2022-08-07 18:05:34 +00:00
|
|
|
|
|
|
|
<!--% MACRO show_meta(show) BLOCK %-->
|
|
|
|
<span><label>Released:</label> <!--% show.date %-->.</span> <span><label>Duration:</label> <!--% show.duration %-->.</span> <span><label>Flag:</label> <!--% show.explicit %-->.</span> <span><!--% show_series(show.series, show.seriesid) %--></span> <br>
|
|
|
|
<span><label>Tags:</label> <em><!--% show.tags %--></em>.</span>
|
|
|
|
<!--% END %-->
|
|
|
|
|
2022-08-01 03:09:00 +00:00
|
|
|
<!--% MACRO show_summary(show, hide_host) BLOCK %-->
|
|
|
|
|
|
|
|
<h3 class="title"><a href="episodes/hpr<!--% show.id %-->.html">hpr<!--% show.id %--> :: <!--% show.title %--></a> <!--% IF hide_host == "" %-->
|
|
|
|
hosted by <a href="correspondents/host<!--% show.id %-->.html"><!--% show.host %--></a>
|
|
|
|
<!--% END %-->
|
|
|
|
</h3>
|
2022-08-07 18:05:34 +00:00
|
|
|
<p class="meta"><!--% show_meta(show) %--><br>
|
2022-08-01 03:09:00 +00:00
|
|
|
<!--% show.summary %-->
|
|
|
|
</p>
|
|
|
|
<!--% END %-->
|