moviewyrm/bookwyrm/templates/lists/list-item.html
2021-01-31 09:08:06 -08:00

2 lines
220 B
HTML

<h4><a href="{{ list.local_path }}">{{ list.name }}</a> <span class="subtitle">{% include 'snippets/privacy-icons.html' with item=list %}</span></h4>
{% include 'snippets/trimmed_text.html' with full=list.description %}