blob: 32c9b9f5661c6953019e7887094f1adbf1ed667e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
---
layout: default
---
<main class="container">
<header>
<h1>{{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }}</h1>
</header>
{{ content }}
</main>
|