2014-05-22 19:08:41 +00:00
|
|
|
doctype html
|
2014-05-27 19:03:16 +00:00
|
|
|
html(lang="fr")
|
2014-05-22 19:08:41 +00:00
|
|
|
head
|
2014-05-27 19:03:16 +00:00
|
|
|
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
|
2014-05-27 19:03:16 +00:00
|
|
|
link(rel='stylesheet', href='/css/bootstrap.min.css')
|
2014-05-22 19:08:41 +00:00
|
|
|
body
|
2014-05-27 19:03:16 +00:00
|
|
|
block content
|