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

<article itemtype="http://schema.org/Article">
  <h1 itemtype="headline">{{ page.title }}</h1>
  <div>
    {{ content }}
  </div>
</article>