nei-su/templates/post.html

12 lines
195 B
HTML
Raw Normal View History

2021-02-28 15:27:02 +00:00
<article>
<section class="header">
Posted on $date$
$if(author)$
by $author$
$endif$
</section>
<section>
$body$
</section>
</article>