templates/lines.tmpl
changeset 69 1f182913b1f2
child 70 72edbbb414a7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/lines.tmpl	Mon Feb 09 13:19:00 2009 +0200
@@ -0,0 +1,5 @@
+<div id="lines">
+% for line in lines:
+${line}
+% endfor
+</div>