コード例 #1
0
ファイル: layout.py プロジェクト: novareto/ukhtheme.grok
 def default_namespace(self):
     namespace = Layout.default_namespace(self)
     namespace['content'] = self.view.content()
     return namespace
コード例 #2
0
ファイル: layout.py プロジェクト: novareto/ukhtheme.grok
 def update(self):
     tune.need()
     Layout.update(self)