pedal/views/error.ejs
2026-01-03 15:11:11 -05:00

9 lines
192 B
Plaintext

<%- include('partials/header', { title }) %>
<div class="notification is-danger">
<h1 class="title is-4"><%= title %></h1>
<p><%= message %></p>
</div>
<%- include('partials/footer') %>