mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 08:12:19 +00:00
32 lines
703 B
Plaintext
32 lines
703 B
Plaintext
extends layout
|
|
|
|
block nav-links
|
|
li.nav-item
|
|
a.nav-link(href='/')
|
|
span Home
|
|
li.nav-item
|
|
a.nav-link(href='#')
|
|
span About
|
|
li.nav-item
|
|
a.nav-link(href='#')
|
|
span CV
|
|
li.nav-item
|
|
a.nav-link(href='https://git.pastel.codes/Blankie')
|
|
span Projects
|
|
li.nav-item
|
|
a.nav-link(href='https://blog.pastel.codes')
|
|
span Blog
|
|
li.nav-item
|
|
a.nav-link(href='#')
|
|
span Contact
|
|
|
|
block content
|
|
.center-v-h.ef
|
|
.error
|
|
h1= message
|
|
#error-code
|
|
h2= error.status
|
|
//pre #{error.stack}
|
|
|
|
block scripts
|
|
script(src="/javascript/error.js") |