Initial commit
[app-gallery.git] / t / example-tmpl
CommitLineData
b1336dac
MG
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.008809 seconds and 4 git commands to generate.