diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-04-07 15:54:36 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-04-07 15:54:36 +0200 |
commit | a1d2970498102b9b960d8d35b0a045b015c67512 (patch) | |
tree | 0d05de27da79eb9e4b53da4e7b8c791f5cfbd42a /templates/pages | |
parent | 7bff2a27365dc2f73ee7b3cef2f3f4e704e68cad (diff) | |
download | web-a1d2970498102b9b960d8d35b0a045b015c67512.tar.gz web-a1d2970498102b9b960d8d35b0a045b015c67512.tar.bz2 web-a1d2970498102b9b960d8d35b0a045b015c67512.zip |
Screenshot page
Diffstat (limited to '')
-rw-r--r-- | templates/pages/screenshots.mako | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/pages/screenshots.mako b/templates/pages/screenshots.mako new file mode 100644 index 0000000..539184d --- /dev/null +++ b/templates/pages/screenshots.mako @@ -0,0 +1,6 @@ +<%! + title = "Screenshots" +%> +<%inherit file="/page.mako" /> + +<p>Nothing here yet!</p> |