mirror of
https://github.com/newtype256/website.git
synced 2025-06-28 00:26:24 +02:00
11 lines
195 B
HTML
11 lines
195 B
HTML
<article>
|
|
<section class="header">
|
|
Posted on $date$
|
|
$if(author)$
|
|
by $author$
|
|
$endif$
|
|
</section>
|
|
<section>
|
|
$body$
|
|
</section>
|
|
</article>
|