dragon_fire/www/templates/fragments/blog/listing.html

4 lines
92 B
HTML
Raw Normal View History

{% for post in search_results %}
{{ include('fragments/blog/card.html') }}
{% endfor %}