- Adds a tag plugin that allows more easily tagging pages.
[ikiwiki.git] / templates / inlinepage.tmpl
1 <div class="inlinepage">
2 <span class="header"><TMPL_VAR PAGELINK></span>
3
4 <TMPL_VAR CONTENT>
5
6 <p>
7 <i>
8 Posted <TMPL_VAR CTIME>
9 <TMPL_IF NAME="TAGS">Tags: <TMPL_VAR TAGS></TMPL_IF>
10 </i>
11 </p>
12 </div>