forked from mirrors/bookwyrm
1 line
157 B
HTML
1 line
157 B
HTML
{% for author in book.authors.all %}<a href="/author/{{ author.id }}" class="author">{{ author.name }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}
|