{% macro one(post, fmt = "MM/DD") %} {{ post.data.title }} {{ post.date | formatDate(fmt) }} {{ post.data.excerpt }} {% endmacro %} {% macro list(posts, format = "MM/DD") %}
{{ post.data.excerpt }}
{{ posts | length }}