rob-kistner
10/19/2016 - 1:25 AM

starter doc - bootstrap - jade

starter doc - bootstrap - jade

doctype html

html

	head
		
		title title here
		
		link(rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css")
	body
	
		#content-main
	
	
		// scripts
		script(src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js")
		script(src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js")