Readme.md - added Section for customization and notes
[biaweb2.git] / templates / doclist.tpl.html
1 <h2>{title}</h2>
2 <table class="doclisttable">
3 <thead>
4 <tr>
5 <td>Document title</td>
6 <td>Created on</td>
7 <td>Last modified</td>
8 </tr>
9 </thead>
10 <tbody>
11 {docitems}
12 </tbody>
13 </table>