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 if (['https://app.happy-dev.fr', 'https://staging-app.happy-dev.fr'].includes(dn)) include dependencies-prod.pug else include dependencies-dev.pug body include header.pug div#subContainer include menu.pug main#mainContainer //- include dashboard.pug include members.pug include member.pug include job-offers.pug //- include projects.pug include project.pug //- include client-creation.pug //- include channels.pug include channel.pug //- include search.pug