mirror of
https://github.com/valentineus/popov.link.git
synced 2025-06-07 10:33:34 +03:00
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>
|