18 lines
No EOL
560 B
Text
18 lines
No EOL
560 B
Text
doctype html
|
|
html(lang="fr", data-bs-theme="dark")
|
|
head
|
|
if .PageTitle
|
|
title #{.PageTitle} - People - POP Vaud
|
|
else
|
|
title People - POP Vaud
|
|
|
|
meta(name="viewport" content="width=device-width, initial-scale=1")
|
|
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(); |