fix: replace express-ejs-layouts with EJS partial includes (header/footer)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<%- include('../partials/header') %>
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-6">
|
||||
<div class="card shadow">
|
||||
@@ -68,3 +69,4 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<%- include('../partials/footer') %>
|
||||
|
||||
Reference in New Issue
Block a user