Property definitions

popcorn :: popcorn $ App :: error_tpl
	#
	fun error_tpl(status: Int, message: nullable String): Template do
		return new ErrorTpl(status, message)
	end
lib/popcorn/popcorn.nit:70,2--73,4