extends layout

block variables
	- var active = 'newpage'

block title 
	|  - New Page

block content

	include _header

	.container
		.row
			.col-lg-12
				h1 New Page
		.row
			.col-sm-12
				.alert.alert-info
					h4 Example page
					p This page exists to demonstrate the barebones code of a new page in Kickstrap.
		.row
			.col-md-8.col-md-offset-2#disqus

block foot
	:coffeescript

		# Only execute when kickstrap is ready
		k$.ready ->
			jspm.import('ks:disqus')