2018-01-06 12:12:53 +00:00
|
|
|
<!DOCTYPE html>
|
2018-04-03 01:49:11 +00:00
|
|
|
<html lang="ru">
|
2018-01-06 12:12:53 +00:00
|
|
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
<body>
|
2018-04-03 01:49:11 +00:00
|
|
|
{% include sidebar.html %}
|
2018-01-06 12:12:53 +00:00
|
|
|
|
2018-04-03 01:49:11 +00:00
|
|
|
<div class="content container">
|
2018-01-06 12:12:53 +00:00
|
|
|
{{ content }}
|
2018-04-03 01:49:11 +00:00
|
|
|
</div>
|
2018-01-06 12:12:53 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|