popov.link/_layouts/default.html
Valentin Popov 03cf4f6476 The page template was rewritten
Signed-off-by: Valentin Popov <valentineus@gmail.com>
2018-04-03 01:49:11 +00:00

16 lines
185 B
HTML

<!DOCTYPE html>
<html lang="ru">
{% include head.html %}
<body>
{% include sidebar.html %}
<div class="content container">
{{ content }}
</div>
</body>
</html>