## -*- coding: utf-8 -*- <%inherit file="root.html"/>
<% messages = h.flash.pop_messages() %> % if messages: % endif
${next.main()}
### MAKO DEFS ### <%def name="page_nav()"> ${self.menu()} <%def name="breadcrumbs()"> <%def name="usermenu()">
%if c.rhodecode_user.username != 'default' and c.unread_notifications != 0: %endif
<%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