Desarrollo de views + frontend

This commit is contained in:
2025-08-29 02:27:28 +00:00
parent 09610df995
commit 44d1adecdc
15 changed files with 1027 additions and 358 deletions
+16
View File
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="es">
<head>
<% include ../partials/_head %>
</head>
<body data-page="<%= pageId %>">
<% include ../partials/_navbar %>
<main class="container">
<%- body %>
</main>
<% include ../partials/_sidebar %>
<% include ../partials/_footer %>
</body>
</html>