bouquins/views/layout.jade

18 lines
540 B
Plaintext
Raw Normal View History

2014-05-22 19:08:41 +00:00
doctype html
2014-06-28 23:21:17 +00:00
- var lang = i18n.lng()
html(lang=lang)
2014-05-22 19:08:41 +00:00
head
meta(charset="utf-8")
meta(http-equiv="X-UA-Compatible",content="IE=edge")
meta(name="viewport",content="width=device-width, initial-scale=1")
2014-05-22 19:08:41 +00:00
title= title
link(rel='stylesheet', href='/css/bootstrap.min.css')
2014-06-29 17:55:58 +00:00
link(rel='stylesheet', href='/css/bouquins.css')
2014-06-28 23:21:17 +00:00
script(src="/js/jquery.min.js")
script(src="/js/bootstrap.min.js")
script(src="/js/i18next.min.js")
script(src="/js/purl.js")
script(src="/js/home.js")
2014-05-22 19:08:41 +00:00
body
block content