290825-0209
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<% include ../partials/_head %>
|
||||
<%- include('../partials/_head') %>
|
||||
</head>
|
||||
<body data-page="<%= pageId %>">
|
||||
<% include ../partials/_navbar %>
|
||||
<%- include('../partials/_navbar') %>
|
||||
|
||||
<main class="container">
|
||||
<%- body %>
|
||||
</main>
|
||||
|
||||
<% include ../partials/_sidebar %>
|
||||
<% include ../partials/_footer %>
|
||||
<%- include('../partials/_sidebar') %>
|
||||
<%- include('../partials/_footer') %>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user