13 lines
321 B
HTML
13 lines
321 B
HTML
|
<article>
|
||
|
<header>
|
||
|
<h2><a href='@|uri-path|'>@|title|</a></h2>
|
||
|
<p class='date-and-tags'>@|date| :: @|tags|</p>
|
||
|
<p class='authors'>By: @|authors|</p>
|
||
|
</header>
|
||
|
@|content-only|
|
||
|
@(when more?
|
||
|
@list{<footer>
|
||
|
<a href='@|uri-path|'>… more …</a>
|
||
|
</footer>})
|
||
|
</article>
|