35c3c17cdc00b65181b906f6acb510a1ef41565a
[akkoma] / lib / pleroma / web / templates / static_fe / static_fe / conversation.html.eex
1 <div class="conversation">
2 <%= for notice <- @data do %>
3 <%= render("_notice.html", %{data: notice}) %>
4 <% end %>
5 </div>