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

<article class="page">

  <h1>{{ page.title }}</h1>

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