5 lines
119 B
Text
5 lines
119 B
Text
|
|
<ul>
|
||
|
|
{% for post in collections.posts %}
|
||
|
|
<li><a href="{{ post.url }}">{{ post.data.title }}</a></li>
|
||
|
|
{% endfor %}
|
||
|
|
</ul>
|