brokenco.de/_layouts/default.html

19 lines
247 B
HTML

<!doctype html>
<html>
<head>
{% include head.html %}
</head>
<body>
<div class="container">
{% include header.html %}
<div class="post-container">
{{ content }}
</div>
</div>
{%- include footer.html -%}
</body>
</html>