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