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