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