summaryrefslogtreecommitdiff
path: root/repoze/bfg/sampleapp/www/contents.pt
diff options
context:
space:
mode:
Diffstat (limited to 'repoze/bfg/sampleapp/www/contents.pt')
-rw-r--r--repoze/bfg/sampleapp/www/contents.pt6
1 files changed, 0 insertions, 6 deletions
diff --git a/repoze/bfg/sampleapp/www/contents.pt b/repoze/bfg/sampleapp/www/contents.pt
deleted file mode 100644
index eaae20ed5..000000000
--- a/repoze/bfg/sampleapp/www/contents.pt
+++ /dev/null
@@ -1,6 +0,0 @@
-<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>