2 <div class="p-homepage-prapremiera">
4 <div class="p-homepage-prapremiera__box">
5 <div class="p-homepage-prapremiera__box__item">
7 <a href="{{ book.get_absolute_url }}">
8 <img src="{{ book.cover_clean.url }}" alt="{{ book.pretty_title }}">
11 <div class="p-homepage-prapremiera__box__content">
13 {% for author in book.authors %}
14 <a href="{{ author.get_absolute_url }}">{{ author }}</a>
17 <h3><a href="{{ book.get_absolute_url }}">{{ book.title }}</a></h3>
18 <p>{{ book.abstract|safe|truncatewords:20 }}</p>
21 <div class="p-homepage-prapremiera__box__donate">
23 <p>Dziękujemy za wsparcie — przeczytaj w prezencie już dzisiaj!</p>
25 <p>Aby przeczytać prapremierę, <strong>dorzuć</strong> się do Wolnych Lektur dowolną wpłatą. Ustaw stałe wsparcie, a będziesz mieć dostęp do kolejnych <strong>prapremier</strong>.</p>
26 <a href="#" class="l-button l-button--default l-button--default--dark">Dorzuć się</a>