mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-05 02:09:53 -08:00
18 lines
206 B
HTML
18 lines
206 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
{% include header.html %}
|
|
|
|
<div class="content center">
|
|
{{ content }}
|
|
</div>
|
|
|
|
{% include footer.html %}
|
|
</body>
|
|
|
|
|
|
</html>
|