12 lines
178 B
Plaintext
12 lines
178 B
Plaintext
- var title = "Contact"
|
|
include ../includes/head.pug
|
|
|
|
div.section
|
|
div.pageitem
|
|
h2=title
|
|
|
|
p Please email me!
|
|
p: +email
|
|
|
|
include ../includes/footer.pug
|