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