pop-camarades/views/layouts/main.pug
2025-03-29 12:44:17 +01:00

15 lines
No EOL
378 B
Text

doctype html
html
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")