mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-03-31 06:24:02 -04:00
16 lines
287 B
Plaintext
16 lines
287 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<% include ./partials/head.ejs %>
|
|
</head>
|
|
<body>
|
|
<% include ./partials/header.ejs %>
|
|
|
|
<main>
|
|
<%- include(template) %>
|
|
</main>
|
|
|
|
<% include ./partials/footer.ejs %>
|
|
</body>
|
|
</html>
|