Sign in
apache
/
datasketches-website
/
refs/heads/3p-links
/
.
/
_layouts
/
front_page.html
blob: 154b0bfa601fe51f02306cedbd34c4d0f85a8b31 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!-- Start _layouts/front_page.html-->
<html
lang
=
"en"
>
<head>
{% include site_head.html %}
</head>
<body>
{% include nav_bar.html %}
{{ content }}
{% include page_footer.html %}
</body>
</html>
<!-- End _layouts/front_page.html-->