doctype html
html
	head
		title About | Sample Real-Time Analytics
		script(src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js')
		script(src="/socket.io/socket.io.js")
		script(src="user-script.js")
	body
		header
			h1 About
		section
			p This is the about page. Take a look at the <a href="/">index</a> page.