2018-01-06 12:12:53 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
2018-12-06 22:58:52 +04:00
|
|
|
<article>
|
2018-09-19 00:54:27 +04:00
|
|
|
|
2018-12-06 22:58:52 +04:00
|
|
|
<!-- Header -->
|
|
|
|
<header>
|
|
|
|
<h1>{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</h1>
|
|
|
|
</header>
|
2018-04-11 01:05:18 +00:00
|
|
|
|
2018-12-06 22:58:52 +04:00
|
|
|
<!-- Content -->
|
|
|
|
<section>
|
|
|
|
{{ content }}
|
|
|
|
</section>
|
2018-04-11 01:05:18 +00:00
|
|
|
|
2018-09-30 07:40:37 +04:00
|
|
|
</article>
|