homeboergmann/views/error.ejs

5 lines
84 B
Plaintext
Raw Normal View History

2024-06-06 20:45:42 +02:00
<%- include('partials/header') %>
<%= message %>
<%- include('partials/footer') %>