2 <section class="l-section">
3 <div class="p-homepage-prapremiera">
4 <div class="l-container">
6 <div class="p-homepage-prapremiera__box">
8 <a href="{{ book.get_absolute_url }}">
9 <img src="{{ book.cover_clean.url }}" alt="{{ book.pretty_title }}">
12 <div class="p-homepage-prapremiera__box__content">
15 {% for author in book.authors %}
16 <a href="{{ author.get_absolute_url }}">{{ author }}</a>
19 <h3><a href="{{ book.get_absolute_url }}">{{ book.title }}</a></h3>
20 <p>{{ book.abstract|safe }}</p>
22 <div class="p-homepage-prapremiera__box__donate">
24 <p>Dziękujemy za wsparcie — przeczytaj w prezencie już dzisiaj!</p>
26 <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>
27 <a href="#" class="l-button l-button--default l-button--default--dark">Dorzuć się</a>