Desarrollo de views + frontend
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user