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/reference.pug
2020-01-08 15:50:23 -05:00

18 lines
382 B
Plaintext

extends layout
block content
div(class='title')
h1= title
p Please use this reference sheet to coordiate your entries with the corresponding site identification number.
- var sitesVisited = [];
h2= "Site References"
each site in sites
div(class="listing")
h3
span(class='num') #{site.id}:
| #{site.site}
include footer.pug