{% if HOSTS %}
{% for name, link in HOSTS %}
- {{ name }}
{% endfor %}
{% endif %}
{% if SITES %}
{% for name, link in SITES %}
- {{ name }}
{% endfor %}
{% endif %}
- atom.xml
{% if FEED_RSS %}
- rss.xml
{% endif %}
{% if GIT %}
{% for name, link in GIT %}
- {{ name }}
{% endfor %}
{% endif %}
{% if SOCIAL %}
{% for name, link in SOCIAL %}
- {{ name }}
{% endfor %}
{% endif %}
{% for cat, null in categories %}
- {{ cat }}
{% endfor %}
{% for tag in tag_cloud %}
-
{{ tag.0 }}
{% endfor %}
{% include 'twitter_profile.html' %}
{% include 'search_sidebar.html' %}
{% if SIDEBAR_CUSTOM %}
{{ SIDEBAR_CUSTOM }}
{% endif %}