{{ section.title | default(value="Blog") }}
{% if section.description %}{{ section.description }}
{% endif %}-
{% for p in items %}
{% if not p.draft %}
- {{ p.title }} {% if p.date %} · {% endif %} {% endif %} {% endfor %}