moviewyrm/bookwyrm/templates/snippets/search_result_text.html
2020-11-02 09:23:47 -08:00

3 lines
227 B
HTML

<strong>{% if link %}<a href="{{ result.key }}">{{ result.title }}</a>{% else %}{{ result.title }}{% endif %}</strong>
{% if result.author %} by {{ result.author }}{% endif %}{% if result.year %} ({{ result.year }}){% endif %}