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

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


<% include footer %>