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

<article class="page">
  <header><h1>{{ page.title }}</h1></header>

  <div class="entry">
    {{ content }}
  </div>
</article>