NetNewsWire/Evergreen/MainWindow/Detail/template.html

15 lines
498 B
HTML
Raw Normal View History

<!--<div class="headerContainer"><p>[[avatars]]</p>
<p>[[feedlink]] • [[byline]] • [[date_short]]</p></div>-->
<div class="headerContainer">
<table cellpadding=0 cellspacing=0 border=0 class="headerTable">
<tr>
<td class="header leftAlign"><b>[[feedlink]]</b><br />[[byline]]</td>
[[avatars]]
</tr>
</table>
</div>
<div class="articleTitle"><h1>[[newsitem_title]]</h1></div>
<div class="articleDateline">[[date_medium]]</div>
2017-05-27 19:43:27 +02:00
<div id="articleDescription">[[newsitem_description]]</div>