{% if DISPLAY_CATEGORIES_ON_BAR %}
  • Categories

  • {% for cat, null in categories %}
  • {{ cat }}
  • {% endfor %}
    {% endif %} {% if SOCIAL %}
  • social

  • flattr {% for name, link, icon in SOCIAL %}
  • {{ name }}
  • {% endfor %}
    {% endif %} {% if LINKS %}
  • Links

  • {% for name, link, icon in LINKS %}
  • {{ name }}
  • {% endfor %}
    {% endif %}
  • feeds

  • RSS
  • Atom
  • {% include 'twitter_profile.html' %} {% include 'search_sidebar.html' %} {% if SIDEBAR_CUSTOM %} {{ SIDEBAR_CUSTOM }} {% endif %}