aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/views/error.ejs
blob: a6e857712980c846c287a2c7eb9c8ebb68c19b22 (plain) (blame)
1
2
3
4
5
6
7
8
9
<% include templates/header %>

</head>
<body>
   <h1><%= title %></h1>
   <p><%= text %></p>


<% include templates/footer %>