article.tpl - cl-yag - Common Lisp Yet Another website Generator | |
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
article.tpl (216B) | |
--- | |
1 | |
2 <article id="%%Raw-Date%%"> | |
3 <header> | |
4 | |
5 <h1><a href="%%Date-Url%%-%%Id%%.html">%%Title%%</a></h1> | |
6 <p>Written by <em>%%Author%%</em>, on %%Date%%.<br/>Tags: %%Tags%%</… | |
7 </header> | |
8 %%Text%% | |
9 | |
10 </article> | |
11 |