{% extends "base.html" %} {% block title %}{{ config.title }}{% endblock %} {% block content %}

{% set blog = get_section(path="blog/_index.md") %} {% for post in blog.pages %} {{ post.date }} {{ post.title }}
{% endfor %} {% endblock %}