training/views/error.ejs

5 lines
84 B
Plaintext

<%- include('partials/header') %>
<%= message %>
<%- include('partials/footer') %>