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

<!-- Contents of the page -->
<div class="page">
    <h1 class="page-title">{{ page.title }}</h1>
    {{ content }}
</div>