{% if LINKS %}
  • links

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

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

  • {% for cat, null in categories %}
  • {{ cat }}
  • {% endfor %} {% if 'tag_cloud' in PLUGINS %}
  • Tags

  • {#
    • #} {% for tag in tag_cloud %}
    • {{ tag.0 }}
    • {% endfor %} {% endif %} {#

    Anything in here will be replaced on browsers that support the canvas element

  • #} {% include 'search_sidebar.html' %} {% if SIDEBAR_CUSTOM %} {{ SIDEBAR_CUSTOM }} {% endif %}