safing-web/_layouts/page.html
2022-02-18 13:55:00 +01:00

11 lines
243 B
HTML

<!DOCTYPE html>
<html lang={{ site.lang }}>
<head>
{% include head.html %}
</head>
<body class="antialiased font-medium overflow-x-hidden">
{% include nav.html %}
{{ content }}
{% include footer.html %}
</body>
</html>