15 lines
388 B
HTML
15 lines
388 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<article>
|
|
<header class="page-header">
|
|
<h1 class="text-muted">
|
|
{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
|
|
<p><small>{{ page.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</small></p>
|
|
</h1>
|
|
</header>
|
|
|
|
{{ content }}
|
|
</article>
|