5 annoy-banner_{{ banner.place }}-container
6 annoy-banner-style_{{ banner.style }}
10 annoy-banner_{{ banner.place }}
11 {% if banner.image %}with-image{% endif %}
12 {% if banner.smallfont %}banner-smallfont{% endif %}
14 id="annoy-banner-{{ banner.id }}"
16 {% if banner.text_color %}color: {{ banner.text_color }};{% endif %}
17 {% if banner.background_color %}background-color: {{ banner.background_color }};{% endif %}
20 <div class="annoy-banner-inner">
22 <div class="image-box">
24 <img src="{{ banner.image.url }}">
28 <div class="text-box">
30 {{ banner.get_text|safe|linebreaks }}
33 <div class="state-box">
34 <div class="action-box">
35 {% if banner.action_label %}
36 <a class="action" href="{{ banner.url }}">
37 {{ banner.action_label }}