<%! def inherit( context ): if not context.get('base_tpl'): return '/base_app.html' else: return context.get('base_tpl') %> <%inherit file="${inherit(context)}"/> <%block name="right_content">