!!! 5
html(lang='pt-br')
  head
    include ../templates/head
    include includes/head
  body
    #root
      include ../templates/topbar
      
      #main
        .container
          #title-row.row
            .span11
              h1= m.label
            i#help-icon.icon-question-sign(style="float: right; margin-right:5px;")
            include ../templates/shortcuts
          #action-row.row
            #list-panel.span4
              include ../templates/grid
            #edit-panel.span8
              #form-wrapper.hidden
                include ../templates/form
            
      #footer