From 7d9cf5b897af1a23851da347623855953690cbe2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 13 Jul 2013 22:55:54 +0200 Subject: Use closure-templates --- templates/scrumli.tmpl | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 templates/scrumli.tmpl (limited to 'templates') diff --git a/templates/scrumli.tmpl b/templates/scrumli.tmpl new file mode 100644 index 0000000..03832e2 --- /dev/null +++ b/templates/scrumli.tmpl @@ -0,0 +1,91 @@ +{namespace scrumli-templates} + +{template main} + + + + + {$title} + {foreach $css in $csss} + + {/foreach} + {foreach $js in $jss} + + {/foreach} + + + + +
+

Backlog

+
+ +
+ + +{/template} + +{template login} + + + + + {$title} + {foreach $css in $csss} + + {/foreach} + {foreach $js in $jss} + + {/foreach} + + + + +
+
+
+

Scrumli

+

+ As a developer I love + to scrum... +

+ + Login + +
+
+
+ +
+ + +{/template} -- cgit v1.2.3-54-g00ecf