freeCodeCamp/views/layout.jade

20 lines
512 B
Plaintext
Raw Normal View History

2014-01-03 09:47:31 +00:00
doctype html
html
head
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='')
meta(name='author', content='')
title #{title} | Hackathon Starter
!= css('styles')
!= js('application')
body
2014-01-24 07:14:40 +00:00
#wrap
2014-01-28 19:03:41 +00:00
include partials/navigation
.container
2014-01-28 19:03:41 +00:00
include partials/flash
2014-01-24 07:14:40 +00:00
block content
2014-03-07 19:02:38 +00:00
.container
include partials/footer