libreqr/ubuntu/site/_layouts/default.html

14 lines
241 B
HTML
Raw Normal View History

2019-08-13 21:17:08 +02:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
{% include footer.html %}
</body>
</html>