7 lines
212 B
HTML
7 lines
212 B
HTML
<a href="/post/{{ post.id }}" title="{{ post.tags }}">
|
|
<img src="/files/{{ post.thumbnail }}" />
|
|
<div class="flex">
|
|
<div>{{ post.rating | upper }}</div>
|
|
<div>{{ post.media_type }}</div>
|
|
</div>
|
|
</a>
|