summaryrefslogtreecommitdiff
path: root/templates/root.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/root.mako')
-rw-r--r--templates/root.mako5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/root.mako b/templates/root.mako
index 627d14a..25fd2a4 100644
--- a/templates/root.mako
+++ b/templates/root.mako
@@ -2,6 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+ ${self.js()}
<!-- <link rel="shortcut icon" href=${"favicon.ico" | url} type="image/icon"> -->
<title>${self.title()}</title>
${self.style()}
@@ -45,6 +46,10 @@
<link href=${"/static/css/style.css" | url} rel="stylesheet" type="text/css" />
</%def>
+<%def name="js()">
+ <script type="text/javascript" src=${"/static/js/jquery-1.4.2.js" | url}></script>
+</%def>
+
<%def name="footer()">
powered by <a href="http://www.makotemplates.org">mako</a> &amp; <a href="http://www.webpy.org">web.py</a> |
© 2010. All Rights Reserved. René Neumann |