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.

12 lines
229 B
Plaintext

extends layout
block content
h1= site.site
h3= "Date Inscribed: " + site.date_inscribed
h4= "Located: " + site.latitude + " " + site.longitude
h5= site.category
.content
p #{site.description}
include footer.pug