2018-04-03 05:07:44 +03:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
2018-04-18 00:07:49 +03:00
|
|
|
<div class="content">
|
|
|
|
<article>
|
2018-04-22 23:52:21 +03:00
|
|
|
<header>
|
2018-04-25 01:15:04 +03:00
|
|
|
<h1>{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</h1>
|
2018-04-18 00:07:49 +03:00
|
|
|
</header>
|
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
</article>
|
|
|
|
</div>
|