aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/default.html
blob: a331b69159d7330a7266868ea780688f63de0dce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

<!DOCTYPE html>
<html lang="en" >
  {% include head.html %}  
  <body>
    <main role="main">
	    {% include header.html %}
		
	    {% include navigation.html %}
	    <hr>
		<article>
        {{ content }}
		</article>
		<hr>
		
		{% include footer.html %}
        	    
    </main>
            
  </body>
</html>
Un proyecto texto-plano.xyz