2022-11-25 23:34:45 +00:00
|
|
|
{% load static %}
|
|
|
|
{% load activity_tags %}
|
2022-12-07 16:12:43 +00:00
|
|
|
<div class="post mini" data-takahe-id="{{ post.id }}" role="article">
|
2022-11-25 23:34:45 +00:00
|
|
|
|
2022-12-07 16:12:43 +00:00
|
|
|
<a href="{{ post.author.urls.view }}" tabindex="-1">
|
2022-12-12 14:22:11 +00:00
|
|
|
<img src="{{ post.author.local_icon_url.relative }}" class="icon">
|
2022-11-25 23:34:45 +00:00
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="{{ post.author.urls.view }}" class="handle">
|
2022-12-15 07:50:54 +00:00
|
|
|
{{ post.author.html_name_or_handle }}
|
2022-11-25 23:34:45 +00:00
|
|
|
</a>
|
|
|
|
|
|
|
|
<div class="content">
|
|
|
|
{{ post.safe_content_local }}
|
|
|
|
</div>
|
|
|
|
</div>
|