3 {% load embed_video from social_tags %}
6 <section class="big-cite"{% if cite.image or cite.background_plain %}{% if not cite.banner %} style="{% if cite.image %}background-image: url('{{ cite.image.url }}'); background-position: 50% {{ cite.image_shift|default_if_none:50 }}%;{% else %}background-image: none; background-color: {{ cite.background_color|default:"#000000" }};{% endif %}"{% endif %}{% endif %} {% if cite.banner %}class="banner"{% endif %}>
10 <a href="{{ cite.link }}" class="cite-{{ cite.layout }}">
13 <img src="{{ cite.image.url }}" width="100%"/>
17 {% embed_video cite.video %}
22 <img class="picture" src="{{ cite.picture.url }}" alt="{{ cite.picture_alt }}">
25 <div class="{% if cite.small %}cite-text-small{% endif %}">
27 <p class='vip mono'><span>{{ cite.vip }} {% trans "recommends" %}:</span></p>
30 <blockquote class="cite-body">
31 <span>{{ cite.text|linebreaksbr|safe }}</span>
35 <p class="source mono"><span>{{ cite.book.pretty_title }}</span></p>