]> git.cworth.org Git - cworth.org/blob - templates/aggregatepost.tmpl
Add templates to revision control, and configure to use these.
[cworth.org] / templates / aggregatepost.tmpl
1 <TMPL_VAR CONTENT>
2 <TMPL_LOOP NAME="TAGS">
3 [[tag <TMPL_VAR TAG>]]
4 </TMPL_LOOP>
5 <TMPL_IF NAME="TITLE">
6 [[meta title="<TMPL_VAR NAME="TITLE" ESCAPE=HTML>"]]
7 </TMPL_IF>
8 <TMPL_IF NAME="PERMALINK">
9 [[meta permalink="<TMPL_VAR NAME="PERMALINK" ESCAPE=HTML>"]]
10 </TMPL_IF>
11 [[meta author="<TMPL_VAR NAME="NAME" ESCAPE=HTML>"]]
12 [[meta authorurl="<TMPL_VAR NAME="URL" ESCAPE=HTML>"]]