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 @@ -4,8 +4,8 @@ - - ${next.title()} + ${next.title()} + ${self.css()} ${self.js()} @@ -83,7 +83,9 @@ - +<%def name="css()"> + + <%def name="js()">