diff --git a/layout/browser/base.py b/layout/browser/base.py index b5039b8..b78bfaa 100644 --- a/layout/browser/base.py +++ b/layout/browser/base.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2013 Helmut Merz helmutm@cy55.de +# Copyright (c) 2016 Helmut Merz helmutm@cy55.de # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -86,6 +86,10 @@ class BaseView(object): def title(self): return self.context.title + @Lazy + def headTitle(self): + return self.title + @Lazy def description(self): return self.context.description