{%if userObj==''%} {%endif%}
{%if userObj==''%}
{%else%}
{%endif%}
{% if options == 'index'%}
- forum
{% else %}
- chat
{% endif %}
{%if not userObj==''%} {% if options == 'my'%}- my_location
{%else%}
- my_location
{%endif%}
- notifications
{%endif%}
{%for sidebar in some_sidebar %}
- {{ sidebar["icon"] }}
{%endfor%}
{%for i in tagslist%} - {{i.icon}}
{%endfor%}
{{ indexbody }}