thoughts/templates/article.tpl
2024-08-05 16:21:58 +00:00

10 lines
215 B
Smarty

<article id="%%Raw-Date%%">
<header>
<h1><a href="%%Date-Url%%-%%Id%%.html">%%Title%%</a></h1>
<p>Written by <em>%%Author%%</em>, on %%Date%%.<br/>Tags: %%Tags%%</p>
</header>
%%Text%%
</article>