forked from unitoo/website
21 lines
289 B
HTML
21 lines
289 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
{% include header.html %}
|
|
|
|
<div class="page-content">
|
|
<div class="pl-md-5 pl-2 pr-md-5 pr-2 pb-md-5 pb-2 pt-0">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
|
|
{% include footer.html %}
|
|
|
|
{% include cookie-consent.html %}
|
|
</body>
|
|
|
|
</html>
|