aboutsummaryrefslogtreecommitdiff
path: root/_layouts/page.html
blob: bfe2a7b9efa3bb722410361749dfe7002db87488 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
layout: compress
---

<!DOCTYPE html>
<html lang="en">

  {% include head.html %}
  <body>
    {{ content }}
  </body>
</html>