<%#
/**
 * @author DiZed Team
 * @copyright Copyright (c) DiZed Team (https://github.com/di-zed/)
 */
%>
<%- include('./layout/header') -%>

<div class="alert alert-danger" role="alert">
    <h4 class="alert-heading"><%= title %></h4>
    <p><%= errorMessage %></p>
    <%#
    <hr>
    <p class="mb-0"></p>
    %>
</div>

<%- include('./layout/footer') -%>