2014-01-03 04:47:31 -05:00
|
|
|
doctype html
|
2013-11-18 01:13:52 -05:00
|
|
|
html
|
2013-11-13 22:19:37 -05:00
|
|
|
head
|
2013-11-16 12:55:40 -05:00
|
|
|
meta(charset='utf-8')
|
|
|
|
meta(http-equiv='X-UA-Compatible', content='IE=edge')
|
|
|
|
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
|
|
|
meta(name='description', content='')
|
2014-03-28 13:40:55 -04:00
|
|
|
meta(name='csrf-token', content=_csrf)
|
2013-11-16 12:55:40 -05:00
|
|
|
meta(name='author', content='')
|
2014-03-05 16:26:56 -05:00
|
|
|
title #{title} | Hackathon Starter
|
2014-02-02 15:48:46 +01:00
|
|
|
!= css('styles')
|
2013-11-13 22:19:37 -05:00
|
|
|
body
|
2014-05-11 03:48:19 -04:00
|
|
|
include partials/navigation
|
|
|
|
|
|
|
|
.container
|
|
|
|
include partials/flash
|
|
|
|
block content
|
|
|
|
|
2014-03-17 03:00:18 -04:00
|
|
|
include partials/footer
|
2014-03-09 13:53:12 -04:00
|
|
|
|
2014-05-11 03:48:19 -04:00
|
|
|
!= js('application')
|