summaryrefslogtreecommitdiff
path: root/_layouts/default.html
blob: 5f80b43eeaf075c110eca1dcc1115a960059012b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
  <html lang="en-US">

  <head>
    {% include header.html %}
  </head>

  <body>

    <div id="container">
      {{ content }}
      {% include footer.html %}
    </div>

  </body>

</html>