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

<div class="container">
    <div class="content">
        <!-- Header -->
        <div class="page-heading">
            {{ page.title | smartify | strip_html | normalize_whitespace }}
        </div>
        <!-- Contents -->
        <div class=markdown>
            {{ content | normalize_whitespace }}
        </div>
    </div>
</div>