3   {% load embed_video from social_tags %}
 
   6     <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 %}>
 
  10   <a href="{{ cite.link }}" class="cite-{{ cite.layout }}">
 
  13             {% embed_video cite.video %}
 
  18             <img class="picture" src="{{ cite.picture.url }}" alt="{{ cite.picture_alt }}">
 
  21         <div class="{% if cite.small %}cite-text-small{% endif %}">
 
  23           <p class='vip mono'><span>{{ cite.vip }} {% trans "recommends" %}:</span></p>
 
  26           <blockquote class="cite-body">
 
  27             <span>{{ cite.text|linebreaksbr|safe }}</span>
 
  31           <p class="source mono"><span>{{ cite.book.pretty_title }}</span></p>