{% extends "page.html" %} {% block content %} {{ page.content | safe }} {% set posts = get_section(path="blogposts/_index.md") %} {% for post in posts.pages %}
{{ post.date }}