basic small structure
[josuexyz/.git] / views / index.ejs
1 <!DOCTYPE html>
2 <html>
3
4
5
6   <head>
7     <%include ../partials/head%>
8   </head>
9
10
11
12   <body>
13
14
15     <header>
16
17
18       <%include ../partials/header%>
19
20
21     </header>
22
23
24     <!-- Hero -->
25     <section class="hero">
26       <div class="hero-body">
27         <div class="container">
28           <h1><%= title %></h1>
29         </div>
30       </div>
31     </section>
32
33
34
35   </body>
36
37
38
39   <footer>
40     <%include ../partials/footer%>
41   </footer>
42
43
44
45 </html>