8 lines
114 B
HTML

<footer>
{% for post in latest_posts %}
<article>{{post.metadata.title}}</article>
{% endfor %}
</footer>