15 lines
No EOL
378 B
Text
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") |