mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-26 02:30:37 -06:00
9 lines
104 B
Plaintext
9 lines
104 B
Plaintext
extends layout
|
|
|
|
block content
|
|
h1= message
|
|
if error
|
|
h2= error.status
|
|
pre #{error.stack}
|
|
|