Basic picture lists.
[wolnelektury.git] / src / catalogue / templates / catalogue / 2022 / author_detail.html
index c063d9e..54486fb 100644 (file)
@@ -71,6 +71,7 @@
       </div>
     </div>
 
+    {% if tags %}
     <section class="l-section">
       <div class="l-author">
         {% with author=tags.0 %}
@@ -94,4 +95,5 @@
         {% endif %}
       </div>
     </section>
+    {% endif %}
 {% endblock %}