safing-web/_layouts/page.html
2020-05-13 10:17:55 +02:00

11 lines
227 B
HTML

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