This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues or pull requests.
score-tracker/views/error.pug
GitLab eaa483371a Initialized from 'NodeJS Express' project template
Template repository: https://gitlab.com/gitlab-org/project-templates/express
Commit SHA: 7494db9e8bca9bc0f514cac747389b0688351b12
2021-02-08 15:48:53 +00:00

6 lines
84 B
Text

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