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

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

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