{{include "menu.html"}}
{{block userinfo}}
{{if hasattr(request, 'user') and request.user:}} {{=_('Welcome')}} {{=request.user.username}} | {{=_('Logout')}} {{else:}} {{=_("You've not loginned yet!")}} Login {{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}} {{end}}
{{block content_main}} {{end}}
{{end}}
{{end}} {{block footer}} {{end}}