551391fad5
Signed-off-by: Valentin Popov <valentineus@gmail.com>
20 lines
234 B
HTML
20 lines
234 B
HTML
---
|
|
layout: compress
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
{% include sidebar.html %}
|
|
|
|
<div class="content container">
|
|
{{ content | normalize_whitespace }}
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|