3 {% load embed_video from social_tags %}
6 <section class="big-cite"{% if cite.image and not cite.banner %} style="background-image: url('{{ cite.image.url }}'); background-position: 50% {{ cite.image_shift|default_if_none:50 }}%;"{% endif %} {% if cite.banner %}class="banner"{% endif %}>
10 <a href="{{ cite.link }}" class="cite-{{ cite.layout }}">
12 <img src="{{ cite.image.url }}" width="100%"/>
15 {% embed_video cite.video %}
18 <img src="{{ cite.picture.url }}">
21 <p class='vip mono'><span>{{ cite.vip }} {% trans "recommends" %}:</span></p>
24 <blockquote class="cite-body">
25 <span>{{ cite.text|linebreaksbr|safe }}</span>
29 <p class="source mono"><span>{{ cite.book.pretty_title }}</span></p>