!!! 5
%html( lang="en" )
%head
%meta( charset="utf-8" )
%title= data.config.title
/[if le IE 9]
%script( src="http://html5shiv.googlecode.com/svn/trunk/html5.js" )
%link( rel="stylesheet" href="#{uri 'theme/screen.css'}" type="text/css" media="screen" charset="utf-8")
%script( src="#{uri 'theme/scripts/app.js'}" )
%body
.row
.col.span-12
%header
%h1= data.config.title
%h4= data.config.tagline
.row
.col.span-12
%nav
%ul
%li
%a(href="#{uri 'index.html'}") Home
%article
.row
.col.span-8
%section
= content
.col.span-4
%aside
= render 'sidebar'
.row
.col.span-12
%footer
= copyright_years 2011