aboutsummaryrefslogtreecommitdiff
path: root/_layouts/homepage.html
blob: 01effd782a4650a8b89e3410ad33a7b75180704e (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">

  {% include head.html %}

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