gvisor/website/_layouts/base.html

10 lines
220 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/WebPage">
{% include header.html %}
<body>
{% include header-links.html %}
{{ content }}
{% include footer.html %}
</body>
</html>