03cf4f6476
Signed-off-by: Valentin Popov <valentineus@gmail.com>
16 lines
185 B
HTML
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>
|