</head> <body py:with="view = get_view()"> <div id="rum-content"> <h1 py:content="page_title" /> <a href="${url_for(obj=parent_obj, _memory=False)}" py:if="parent_obj" class="rum-related-title" py:content="_(u'Related to %(parent_obj)s') % {'parent_obj':parent_obj}" /> ${view(item)} <div py:if="'context_links' in widgets" py:replace="widgets['context_links']()" /> </div> <div id="rum-sidebar" /> </body> </html>