safing-web/_layouts/page.html
2022-10-12 13:13:40 +02:00

12 lines
332 B
HTML

<!DOCTYPE html>
<html lang={{ site.lang }}>
<head>
{% include head.html %}
</head>
<body class="antialiased font-medium overflow-x-hidden bg-black text-white">
{% include nav.html %}
{{ content }}
{% include footer.html %}
<script src="{{ site.assets_url }}javascript/nojs.js"></script>
</body>
</html>