43 lines
457 B
Plaintext
43 lines
457 B
Plaintext
<!doctype html>
|
|
<html lang="nl">
|
|
|
|
<head>
|
|
|
|
<%- include("../partials/head") %>
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
<div class="page">
|
|
|
|
<%- include("../partials/navbar") %>
|
|
|
|
|
|
<div class="page-wrapper">
|
|
|
|
|
|
<div class="container-xl">
|
|
|
|
<%- body %>
|
|
|
|
</div>
|
|
|
|
|
|
<%- include("../partials/footer") %>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/@tabler/core@latest/dist/js/tabler.min.js"></script>
|
|
|
|
|
|
</body>
|
|
|
|
</html> |