# Title tag

	module.exports = (h)->
		(content)->
			h 'title', content
