13 lines
265 B
HTML
13 lines
265 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<section class="container page">
|
|
<article>
|
|
<header>
|
|
<h1>{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h1>
|
|
</header>
|
|
{{ content }}
|
|
</article>
|
|
</section>
|