summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-11-26 01:01:10 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-11-26 01:01:10 +0100
commit54e99bd780bc46ef38a6840eb0ea5a0a8a73e1c9 (patch)
tree5fa62f6f7e0dd346508b054bcf6c6c436262640e /templates
parenta2b3decb95fb397ac3389ac768280d81afe28238 (diff)
downloadweb-54e99bd780bc46ef38a6840eb0ea5a0a8a73e1c9.tar.gz
web-54e99bd780bc46ef38a6840eb0ea5a0a8a73e1c9.tar.bz2
web-54e99bd780bc46ef38a6840eb0ea5a0a8a73e1c9.zip
Use memory caching
Diffstat (limited to 'templates')
-rw-r--r--templates/pages/development.mako2
-rw-r--r--templates/root.mako1
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/pages/development.mako b/templates/pages/development.mako
index 20fc521..3913aee 100644
--- a/templates/pages/development.mako
+++ b/templates/pages/development.mako
@@ -3,5 +3,5 @@
%>
<%inherit file="/page.mako" />
<p>
-Developers, Developers, Developers
+Developers, Developers, Developers and such
</p>
diff --git a/templates/root.mako b/templates/root.mako
index e625d88..0dd667d 100644
--- a/templates/root.mako
+++ b/templates/root.mako
@@ -1,3 +1,4 @@
+<%page cached="True" cache_key="${self.filename}" />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>