---
order: 2
{%for update in collections.updates reversed%}
<article>
{{ update.content }}
</article>
{%endfor%}