9 lines
192 B
Plaintext
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') %>
|