first commit

This commit is contained in:
William Bouzourène 2024-12-20 19:58:37 +01:00
commit 7cec3bb263
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
27 changed files with 597 additions and 0 deletions

15
views/layouts/main.pug Normal file
View file

@ -0,0 +1,15 @@
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")