_layouts/posts.html (12 lines of code) (raw):
<!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>