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