mirror of https://github.com/Chocobozzz/PeerTube
9 lines
104 B
Plaintext
9 lines
104 B
Plaintext
|
extends layout
|
||
|
|
||
|
block content
|
||
|
h1= message
|
||
|
if error
|
||
|
h2= error.status
|
||
|
pre #{error.stack}
|
||
|
|