{% assign annotations = site.data.annotations | where_exp: "a", "a.tags contains include.filter" %} {% for annotation in annotations%}
{% include card.quote.html annotation=annotation %}
{% include reply.html annotation=annotation %} {% include replies.html id=annotation.id %}
{% endfor %}