]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/sidebar/user_blocks.html
Adds the habillity to opt for a rendering mode in the static content settings.
[osqa.git] / forum / skins / default / templates / sidebar / user_blocks.html
1 {% load markup %}
2
3 {% if show %}
4 {% if wrap %}<div id="{{ blockid }}" class="boxC">
5     <div class="body">{% endif %}
6         {{ content }}
7      {% if wrap %}</div>
8 </div>{% endif %}
9 {% endif %}