Allow pages to specify extra header elements
authorQuentin Smith <quentin@mit.edu>
Tue, 11 Aug 2009 04:54:08 +0000 (00:54 -0400)
committerQuentin Smith <quentin@mit.edu>
Tue, 11 Aug 2009 04:54:08 +0000 (00:54 -0400)
svn path=/package_branches/invirt-web/ajaxterm-rebased/; revision=2750

code/templates/skeleton.mako

index a53d2bf..37a053d 100644 (file)
@@ -27,6 +27,7 @@ function helppopup(name){
    return false;
 }
 </script>
+${self.header_extra()}
 </head>
 <body id="body"
 % if hasattr(self.attr, 'pageclass'):
@@ -86,3 +87,6 @@ Questions? Contact <a href="mailto:xvm@mit.edu">xvm@mit.edu</a>.
 <%def name="title()">
 XVM
 </%def>
+
+<%def name="header_extra()">
+</%def>