mirror of
https://github.com/newtype256/website.git
synced 2025-07-20 01:16: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>
|