velero/site/_layouts/default.html

15 lines
295 B
HTML

<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body id="{{ page.id }}">
<div class="container-fluid site-outer-container">
<div class="site-container">
{% include site-header.html %}
{{ content }}
{% include footer.html %}
</div>
</div>
</body>
</html>