This repository has been archived on 2025-04-15. You can view files and clone it, but cannot push or open issues or pull requests.
unesco-tracker/views/index.pug

11 lines
130 B
Plaintext

extends layout
block content
h1= title
p Welcome to #{title}
each site in sites
h3= site.site
include footer.pug