--- layout: main_layout.njk permalink: "/blog/index.html" title: "blog - ayla" --- {% for entry in blogEntries %}
{{ entry.value.title }} {{ entry.value.content | truncate }} {{ entry.value.createdAt | format_date }}
{% endfor %}