Most recent 5 posts: {% for post in collections.post %} {{ post.date | postDate }}: {{ post.data.title }} {% endfor %}
Year goals {% for name, status in about.listography["2026 Goals"] %}{% if name != "meta" %} {{ name }} {% endif %}{% endfor %}
Bucket List {% for name, status in about.listography["2026 Bucket List"] %}{% if name != "meta" %} {{ name }} {% endif %}{% endfor %}
Consumption list {% for name, status in about.listography["2026 Consumption List"] %}{% if name != "meta" %} {{ name }} {% endif %}{% endfor %}