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

<div class="page">
    <!-- Header -->
    <h1 class="page-title">
        {{ page.title | smartify | strip_html | normalize_whitespace }}
    </h1>

    <!-- Contents -->
    {{ content | normalize_whitespace }}
</div>