summaryrefslogtreecommitdiffstats
path: root/_layouts/post.html
blob: 628b5234bac931b8746e51025af0e88de9682e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html lang="en-us">

  {% include head.html %}

  <body>
  
    {% include nav.html %}   

    <article>{{ content }}</article>

  </body>
</html>