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

<main>
  <article class="post">
    {{ content }}
  </article>
</main>