Skip to content
Snippets Groups Projects
replace_list.html 344 B
Newer Older
resynth1943's avatar
resynth1943 committed
<div class="replace-list">
  {% for article in collections.replace %}
  <a class="post-item-link" href="{{ article.url }}">
  <div class="post-item">
resynth1943's avatar
resynth1943 committed
      <h2 class="post-item-title">{{ article.data.product }}</h2>
resynth1943's avatar
resynth1943 committed
    <!-- </a> -->
    <blockquote class="post-summary">{{ article.data.type }}</blockquote>
  </div>
</a>
  {% endfor %}
</div>