website/_layouts/default.html

21 lines
253 B
HTML
Raw Normal View History

2019-08-13 15:16:48 +02:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
2019-08-16 12:01:44 +02:00
<div class="pl-md-5 pl-2 pr-md-5 pr-2 pb-md-5 pb-2 pt-0">
2019-08-13 15:16:48 +02:00
{{ content }}
</div>
</div>
{% include footer.html %}
</body>
</html>