diff options
Diffstat (limited to 'repoze/bfg/sampleapp/www/contents.pt')
| -rw-r--r-- | repoze/bfg/sampleapp/www/contents.pt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/repoze/bfg/sampleapp/www/contents.pt b/repoze/bfg/sampleapp/www/contents.pt new file mode 100644 index 000000000..eaae20ed5 --- /dev/null +++ b/repoze/bfg/sampleapp/www/contents.pt @@ -0,0 +1,6 @@ +<div xmlns="http://www.w3.org/1999/xhtml" + xmlns:tal="http://xml.zope.org/namespaces/tal"> + <div tal:repeat="name context"> + <a href="${name}/">${name}</a> + </div> +</div> |
