9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
extend templates/layout.pug
|
||
|
|
||
|
block content
|
||
|
.container
|
||
|
//- .row
|
||
|
h1 That request failed to compile :(
|
||
|
|
||
|
if message
|
||
|
p.flow-text= message
|