{% if HOSTS %}
  • hosts

  • {% for name, link in HOSTS %}
  • {{ name }}
  • {% endfor %} {% endif %} {% if SITES %}
  • sites

  • {% for name, link in SITES %}
  • {{ name }}
  • {% endfor %} {% endif %} {% if SOCIAL %}
  • social

  • atom feed
  • {% if FEED_RSS %}
  • rss feed
  • {% endif %} {% for name, link in SOCIAL %}
  • {{ name }}
  • {% endfor %} {% endif %}
  • categories

  • {% for cat, null in categories %}
  • {{ cat }}
  • {% endfor %}
  • tags

  • {% for tag in tag_cloud %}
  • {{ tag.0 }}
  • {% endfor %} {% include 'twitter_profile.html' %} {% include 'search_sidebar.html' %} {% if SIDEBAR_CUSTOM %} {{ SIDEBAR_CUSTOM }} {% endif %}