detail_title.html
575 Bytes
<div class="detail-title">
<h1>{{title}}</h1>
<h2>{{subtitle}}</h2>
<p class="detail-category">
{{#if author}}
<a class="detail-author" href="{{url}}">Text: {{author}}</a>
|
{{/if}}
<a href="{{channelLink}}">{{channel}}</a>
{{#if twoChannel}}
<a href="{{twoChannelLink}}"> | {{twoChannel}}</a>
{{/if}}
|
<a class="detail-time" href="javascript:;" _time="{{time}}"></a>
</p>
</div>