fix: replace express-ejs-layouts with EJS partial includes (header/footer)

This commit is contained in:
Дмитрий Мамедов
2026-06-10 18:44:06 +03:00
parent 1105f0366d
commit fad0b6d630
10 changed files with 51 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
<%- include('../partials/header') %>
<div class="row justify-content-center">
<div class="col-md-5">
<div class="card shadow">
@@ -164,3 +165,4 @@
el.classList.remove('d-none');
}
</script>
<%- include('../partials/footer') %>