aboutsummaryrefslogtreecommitdiff
path: root/_layouts/page.html
blob: cff536080625b045c1a4022c8d7346cce0afe5f2 (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>