!!! 5
%html
	%head
		%meta{charset: "utf-8"}
		%title HAML index

		-# Include stylesheets here
		-# include: "type": "css", "files": "<%= vars.cssPath %>/**/*.css"

		-# Include stylesheet generated by the main LESS (or SCSS) file.
		%link{rel: "stylesheet", type: "text/css", href: "main.css"}/
	
	%body
		-# Include javascript sources
		-# include: "type": "js", "files": "<%= vars.jsPath %>/**/*.js"
		
		-# Include javascript sources, but keep the include comment marker
		-# include: "type": "js", "files": "<%= vars.jsPath %>/**/*.js"
		(The included scripts would normally be here.)
		-# /include

		-# Include javascript sources, but using a different ordering
		-# include: "type": "js", "files": "<%= vars.jsPath %>/**/*.js", "ordering": "top-down"