extends layout

block body
	h1 login
	form
		input(type='text')
		input(type='password')
		button(type='submit')