{{block html_tag}}{{end}} {{block title}}{{=settings.LAYOUT.TITLE}}{{end}} {{block _css}}{{end}} {{block body_tag}}{{end}} {{block before_header}}{{end}} {{include "menu.html"}} {{include "inc_show_flashes.html"}}
{{block user_info}}
{{if hasattr(request, 'user') and request.user:}} {{=request.user.username}} | {{=_('Account Setting')}} | {{=_('Logout')}} {{else:}} {{=_("You've not loginned yet!")}} {{=_('Login')}} | {{=_('Register')}} {{pass}}
{{end}}
{{block header}}
{{block nav}} {{end}}
{{end}} {{block flash}} {{if request.session.get('_flashed_messages'):}}
{{include "inc_show_flashes.html"}}
{{pass}} {{end}} {{block sidebar}} {{end}} {{block content}}
{{block content_container}}
{{block content_sidebar}} {{end}} {{block content_tool_container}}
{{block content_tool}} {{end}}
{{end}}
{{block content_main}} {{end}}
{{end}}
{{end}}
{{block footer}} {{end}} {{block after_footer}}{{end}}