## -*- coding: utf-8 -*- ${next.title()} ${self.css()} ${self.js()} %if c.ga_code: %endif
<% messages = h.flash.pop_messages() %> % if messages: % endif
${next.main()}
### MAKO DEFS ### <%def name="page_nav()"> ${self.menu()} <%def name="menu(current=None)"> <% def is_current(selected): if selected == current: return h.literal('class="current"') %> %if current not in ['home','admin']: ##REGULAR MENU %else: ##ROOT MENU %endif <%def name="css()"> <%def name="js()"> ## ## ## ## ## <%def name="breadcrumbs()">