13 lines
225 B
Plaintext
13 lines
225 B
Plaintext
- var title = "Contact"
|
|
include ../includes/head.pug
|
|
|
|
div.section
|
|
div.pageitem
|
|
h2=title
|
|
|
|
p
|
|
| If you'd like to touch base, please email me at
|
|
+email
|
|
|
|
include ../includes/footer.pug
|