NixNet/_layouts/default.html

20 lines
379 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
{% include meta_tags/base.html %}
{% include meta_tags/sharing.html %}
{% include externals/styling.html %}
</head>
<body>
<div class="wrapper">
{% include header.html %}
{{ content }}
</div>
{% include externals/scripting.html %}
</body>
</html>