pop-camarades/views/layouts/main.pug

17 lines
No EOL
490 B
Text

doctype html
html(lang="fr", data-bs-theme="dark")
head
if .PageTitle
title #{.PageTitle} - People - POP Vaud
else
title People - POP Vaud
link(rel="icon", href="/static/images/favicon.jpg")
link(rel="stylesheet", href="/static/bootstrap/css/bootstrap.min.css")
link(rel="stylesheet", href="/static/main.css")
body
| {{embed}}
script(src="/static/bootstrap/js/bootstrap.bundle.min.js")
script(src="/static/feather/dist/feather.min.js")
script feather.replace();