2018-04-03 05:07:44 +03:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
2018-12-06 21:58:52 +03:00
|
|
|
<article>
|
2018-09-19 01:41:20 +03:00
|
|
|
|
2018-12-06 21:58:52 +03:00
|
|
|
<!-- Header -->
|
|
|
|
<header>
|
|
|
|
<h1>{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</h1>
|
|
|
|
</header>
|
2018-04-18 00:07:49 +03:00
|
|
|
|
2018-12-06 21:58:52 +03:00
|
|
|
<!-- Content -->
|
|
|
|
<section>
|
|
|
|
{{ content }}
|
|
|
|
</section>
|
2018-09-19 01:41:20 +03:00
|
|
|
|
2018-12-06 21:58:52 +03:00
|
|
|
</article>
|