header
	h1 #{ error.name } - #{ error.message }
if error.stack
	.stacktrace
		h3 #{ error.message }
		pre.stack: code= error.stack