--- title: "Prose :3" layout: layouts/content.njk override:tags: [] pagination: data: collections.writing size: 6 alias: texts ---
{% for writing in texts %}

{{ writing.data.title }}

{{ writing.templateContent | striptags(true) | truncatewords(20) | safe }}

{{ writing.date | string | truncate(15, true, "")}}

{% if not loop.last %}
{% endif %} {% endfor %}