diff --git a/pylons_app/templates/base/base.html b/pylons_app/templates/base/base.html --- a/pylons_app/templates/base/base.html +++ b/pylons_app/templates/base/base.html @@ -9,6 +9,7 @@ ${next.title()} + ${self.js()} @@ -40,4 +41,9 @@ - \ No newline at end of file + + + +<%def name="js()"> + + \ No newline at end of file