moviewyrm/bookwyrm/templates/lists/list-item.html

3 lines
220 B
HTML
Raw Normal View History

2021-01-31 17:08:06 +00:00
<h4><a href="{{ list.local_path }}">{{ list.name }}</a> <span class="subtitle">{% include 'snippets/privacy-icons.html' with item=list %}</span></h4>
2021-01-31 16:41:11 +00:00
{% include 'snippets/trimmed_text.html' with full=list.description %}