]> iEval git - app-gallery.git/blame_incremental - t/example-tmpl
Bump version and update Changes
[app-gallery.git] / t / example-tmpl
... / ...
CommitLineData
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.020905 seconds and 4 git commands to generate.