2021-10-10 13:44:10 +09:00
|
|
|
{% for note in notes %}
|
|
|
|
{% include '/cards/note/view.html.twig' with {'note': note} %}
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
{% for actor in actors %}
|
|
|
|
{% include 'actor/view.html.twig' with {'actor': actor} %}
|
2021-09-27 18:39:58 +09:00
|
|
|
{% endfor %}
|