Statistics
| Branch: | Tag: | Revision:

root / cloudcms / templates / content / about_block.html @ c6fdba44

History | View | Annotate | Download (407 Bytes)

1
<div class="two-cols clearfix dotted" >
2
        <div class="rt centered">
3
                <img src="{{ content.image.get_absolute_url }}" alt="{{ content.title }}" />
4
        </div>
5
        <div class="lt">
6
                <h2 style="
7
                {% spaceless %}
8
                             {% if content.color %}color:{{ content.color }};{% endif %}
9
     
10
                    {% endspaceless %}">
11
                    {{ content.title }}
12
            </h2>
13
            <div>{{ content.content|safe }}</div>
14
        </div>
15
</div>