doctype html
html(lang=language)
	head
		title #{app.title}
		include parts/head

		block styles

	body
		include parts/ga	

		.bg
		.bg-overlay
			
		block content
			
		block scripts
