2018-04-03 05:07:44 +03:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
2019-05-03 16:39:31 +03:00
|
|
|
<main class="container">
|
2019-05-03 03:02:31 +03:00
|
|
|
<header>
|
2020-01-23 19:08:52 +03:00
|
|
|
<h1>{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</h1>
|
2019-05-03 03:02:31 +03:00
|
|
|
</header>
|
2018-09-19 01:41:20 +03:00
|
|
|
|
2019-05-03 03:02:31 +03:00
|
|
|
{{ content }}
|
|
|
|
</main>
|