6 lines
113 B
HTML
6 lines
113 B
HTML
{% for post_id in posts %}
|
|
{% set post_id = post_id %}
|
|
{{ include('meta_post_card.twig.html') }}
|
|
{% endfor %}
|
|
|