blob: 461b907f2259cdfec84eb0269ac52a35d85b3d57 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
{% include head.html %}
</head>
<body>
{% include header.html %}
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
{{ content }}
{% include footer.html %}
</body>
</html>