{{extend "bootstrap/bootstrap_fluid_layout.html"}} {{block title}}{{=settings.LAYOUT.TITLE}}{{end}} {{block project}}{{< {{block menu}} {{menu('home')}} {{end}} {{end}} {{block before_header}} {{link "bootstrap_extend.css"}} {{include "menu.html"}} {{include "inc_show_flashes.html"}} {{end}} {{block user_info}}

{{if hasattr(request, 'user') and request.user:}} {{=unicode(request.user)}} | {{=_('Account Setting')}} | {{=_('Logout')}} {{else:}} {{=_('Not signed in yet')}}! {{=_('Login')}} | {{=_('Register')}} {{pass}}

{{end user_info}} {{block footer}}

{{<< settings.get_var('LAYOUT/COPYRIGHT')}}

{{end}}