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

<div id="main" role="main" class="main">
<article class="page">

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

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