1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-07-01 23:06:11 -07:00
Abacus/docs/_layouts/base.html

19 lines
206 B
HTML
Raw Normal View History

2017-08-14 21:22:43 -07:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="content">
{{ content }}
</div>
{% include footer.html %}
</body>
</html>