{{ title }}
- {% if subtitle %}
{{ subtitle }}
{% endif %}
-
-
-
-
- {% for tag in tags | filter(["catalogue", "book"]) %}
- - {{ tag }}
- {% endfor %}
-
+ {% if subtitle %}
{{ subtitle }}
{% endif %}
+ {% if author %}
by {{ author }}{% endif %}
+ {% if tags | filter(["catalogue", "book"]) | length > 0 %}
+
+ {% for tag in tags | filter(["catalogue", "book"]) %}
+ - {{ tag }}
+ {% endfor %}
+
+ {% endif %}
{% if image %}