extends ../layout

block body
  h1 Admin
  != partial('admin/_menu')
  p Hello #{user.name.first}, please select a menu item to manage.
