takahe/templates/statuses/_status.html
2022-11-05 14:17:27 -06:00

11 lines
311 B
HTML

<div class="status">
<h3 class="author">
<a href="{{ status.identity.urls.view }}">
{{ status.identity }}
<small>{{ status.identity.short_handle }}</small>
</a>
</h3>
<time>{{ status.created | timesince }} ago</time>
{{ status.text | linebreaks }}
</div>