21 lines
395 B
HTML
21 lines
395 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<article>
|
|
|
|
<!-- Header -->
|
|
<header>
|
|
<h1 aria-level="1" role="heading">
|
|
{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
|
|
<hr />
|
|
</h1>
|
|
</header>
|
|
|
|
<!-- Content -->
|
|
<section role="article">
|
|
{{ content }}
|
|
</section>
|
|
|
|
</article>
|