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