]> git.llucax.com Git - software/bife/bife-all.git/blob - examples/hooks/body.html
- Added a new simple template system: Hooks + IT = HIT.
[software/bife/bife-all.git] / examples / hooks / body.html
1 <HTML>
2     <HEAD>
3         <TITLE>{TITLE}</TITLE>
4     </HEAD>
5     <BODY>
6         <TABLE border="1" cellpadding="5">
7             {ROWS}
8         </TABLE>
9     </BODY>
10 </HTML>