4 <li class="promobox-item{% if counter == 1 %} active{% endif %}"
6 {% if counter != 1 %}display: none;{% endif %}
8 background: url('{{ object.image.url }}');
10 background-position: 50% 50%;
16 <a class="promobox-link" href="{{ object.get_absolute_url }}">
19 <div class="promobox-info">
21 <h2>{{ object.title }}</h2>
24 {{ object.lead|striptags|truncatewords:8 }}