data-display/views/error.jade
Blizzard Finnegan 8306850bfe
Start development of view
Currently have the base hello world, with a div for the graph to
eventually go in.
Plan to use Plotly libraries for 3D graphing
2024-03-28 13:25:05 -04:00

6 lines
84 B
Text

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