1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00
Peertube/views/error.jade
Chocobozzz 8c308c2bf7 Spawn
2015-10-29 23:14:54 +01:00

8 lines
104 B
Text

extends layout
block content
h1= message
if error
h2= error.status
pre #{error.stack}