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:&nbsp;{{author}}</a>
            &nbsp;|&nbsp;
            {{/if}}
            <a href="{{channelLink}}">{{channel}}</a>
            {{#if twoChannel}}
            <a href="{{twoChannelLink}}">&nbsp;&nbsp;|&nbsp;&nbsp;{{twoChannel}}</a>
            {{/if}}
            &nbsp;|&nbsp;
            <a class="detail-time" href="javascript:;" _time="{{time}}"></a>
        </p>
</div>