mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-04-05 08:54:17 -04:00
Mayor V2 refactor. Now also available on DockerHub
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<% include ./partials/head.ejs %>
|
||||
<%- include('partials/head') %>
|
||||
</head>
|
||||
<body>
|
||||
<% include ./partials/preloader.ejs %>
|
||||
<%- include('partials/preloader') %>
|
||||
|
||||
<main>
|
||||
<%- include(template) %>
|
||||
</main>
|
||||
|
||||
<% include ./partials/footer.ejs %>
|
||||
<%- include('partials/footer') %>
|
||||
<script>
|
||||
var expressConfig = {protocol: '<%= protocol %>', hostname: '<%= hostname %>', baseUrl: '<%= baseUrl %>'};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user