moviewyrm/bookwyrm/templates/snippets/search_result_text.html

3 lines
227 B
HTML
Raw Normal View History

2020-11-02 17:23:47 +00:00
<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 %}