hubl/src/pug/html.pug

27 lines
820 B
Plaintext
Raw Normal View History

2018-09-09 11:51:56 +00:00
doctype html
html(lang='fr')
head
meta(charset='UTF-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
meta(http-equiv='X-UA-Compatible', content='ie=edge')
title Happy Dev App
//- Prod/Dev setup
2018-09-22 12:11:37 +00:00
if (['https://app.happy-dev.fr', 'https://staging-app.happy-dev.fr'].includes(dn))
2018-09-09 11:51:56 +00:00
include dependencies-prod.pug
else
include dependencies-dev.pug
body
include header.pug
div#subContainer
include menu.pug
2018-09-21 11:29:45 +00:00
main#mainContainer
//- include dashboard.pug
2018-09-09 11:51:56 +00:00
include members.pug
include member.pug
2018-09-21 11:29:45 +00:00
include job-offers.pug
//- include projects.pug
2018-09-09 11:51:56 +00:00
include project.pug
2018-09-21 11:29:45 +00:00
//- include client-creation.pug
//- include channels.pug
2018-09-09 11:51:56 +00:00
include channel.pug
2018-09-28 19:13:54 +00:00
//- include search.pug