aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_layouts/home.html
blob: a68db670052aeb7d241d33a9edb51db1e4ca26f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/WebPage">
  {% include head.html %}
  <body class="body-home">
    {% include header.html %}

    {{ content }}

    {% include footer.html %}
  </body>
</html>