user_blocks.html 195 Bytes
{% load markup %}

{% if show %}
{% if wrap %}<div id="{{ blockid }}" class="boxC">
    <div class="body">{% endif %}
        {{ content }}
     {% if wrap %}</div>
</div>{% endif %}
{% endif %}