item.html - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
item.html (129B) | |
--- | |
1 <header> | |
2 <h1>${title}</h1> | |
3 <p> | |
4 <strong>Last modification on </strong> <time>${updated}</time> | |
5 </p> | |
6 </header> | |
7 | |
8 %{contentfile} |