2 {% load embed_video from social_tags %}
5 <section class="big-cite"{% if cite.image or cite.background_plain %} style="{% if cite.image %}background-image: url('{{ cite.image.url }}');{% else %}background-image: none; background-color: {{ cite.background_color|default:"#000000" }};{% endif %}"{% endif %}>
9 <a href="{{ cite.link }}" class="cite-{{ cite.layout }}">
12 {% embed_video cite.video %}
17 <img class="picture" src="{{ cite.picture.url }}" alt="{{ cite.picture_alt }}">
20 <div class="{% if cite.small %}cite-text-small{% endif %}">
22 <p class='vip mono'><span>{{ cite.vip }} poleca:</span></p>
25 <blockquote class="cite-body">
26 <span>{{ cite.text|linebreaksbr|safe }}</span>
30 <p class="source mono"><span>{{ cite.book.pretty_title }}</span></p>