Newer
Older
<div class="replace-list">
{% for article in collections.replace %}
<a class="post-item-link" href="{{ article.url }}">
<div class="post-item">
<h2 class="post-item-title">{{ article.data.product }}</h2>
<!-- </a> -->
<blockquote class="post-summary">{{ article.data.type }}</blockquote>
</div>
</a>
{% endfor %}
</div>