Revision f6e90a2b cloudcms/templates/content/about_block.html

b/cloudcms/templates/content/about_block.html
24 24
        </div>
25 25
        {% endif %}
26 26
        <h3>{{ content.title }}</h3>
27
        <div class="text">{{ content.content }}</div>
27
        <div class="text">{{ content.content|safe }}</div>
28 28
        {% if content.image_position == "bottom" %}
29 29
        <div class="img">
30 30
            <img src="{{ content.image.get_absolute_url }}" alt="{{ content.title }}" />

Also available in: Unified diff