Files
lunchrun.me/views/layout.jade
2014-04-14 11:03:16 -05:00

16 lines
351 B
Plaintext

doctype html
html(lang="en",ng-app="lunchApp")
head
include includes/head
body(ng-controller="BodyCtrl")
.container
#page
block content
// TEMPLATES
// TEMPLATES END
// SCRIPTS
script(type="text/javascript", src="/min/production.js")
// SCRIPTS END