{% extends "layout.html" %} {% block body %} {% if book %}
{% if book.has_cover is defined %} {% endif %}
{% if book.authors|length > 1 %} {% for author in book.authors %}

{{author.name.join(" & ")}}

{% endfor %} {% endif %}
{% endif %} {% endblock %}