{% if DISPLAY_CATEGORIES_ON_BAR %}
{% for cat, null in categories %}
-
{{ cat }}
{% endfor %}
{% endif %}
{% if SOCIAL %}
flattr
{% for name, link, icon in SOCIAL %}
- {{ name }}
{% endfor %}
{% endif %}
{% if LINKS %}
{% for name, link, icon in LINKS %}
- {{ name }}
{% endfor %}
{% endif %}
- RSS
- Atom
{% include 'twitter_profile.html' %}
{% include 'search_sidebar.html' %}
{% if SIDEBAR_CUSTOM %}
{{ SIDEBAR_CUSTOM }}
{% endif %}