www-gopher/templates/article.tpl

11 lines
190 B
Smarty

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