3 {% if tag.category == 'author' %}O autorze
4 {% elif tag.category == 'kind' %}O rodzaju
5 {% elif tag.category == 'genre' %}O gatunku
6 {% elif tag.category == 'epoch' %}O epoce
7 {% elif tag.category == 'set' %}Półka
12 <figure class="l-author__photo">
13 <img src="{{ tag.photo.url }}" alt="{{ tag.name }}">
15 {{ tag.photo_attribution|safe }}
19 <article class="l-author__info">
20 {% if tag.category == 'set' %}
22 {% chunk 'polka-how-to' %}
24 <h3><a href="{{ tag.get_absolute_url }}">{{ tag.name }}</a></h3>
25 <div class="l-article__overlay" data-max-height="327">
26 {{ tag.description|safe }}
28 <button class="l-article__read-more" aria-label="Kliknij aby rozwinąć" data-label="Czytaj więcej" data-action="Zwiń tekst">Czytaj więcej</button>