Initial commit
[app-gallery.git] / t / example-tmpl
1 <!DOCTYPE html>
2 <title><tmpl_var title></title>
3 <meta charset="utf-8">
4 <link rel="stylesheet" href="style.css">
5
6 <div>
7 <tmpl_loop images><div><a href='full/<tmpl_var _>'><img src='thumb/<tmpl_var _>'></a></div>
8 </tmpl_loop></div>
This page took 0.01987 seconds and 4 git commands to generate.