{% if SIDEBAR_IMAGE %}
{{ SIDEBAR_IMAGE_ALT}}
{% endif %}

Recent Posts

    {% for article in articles[:5] %}
  • {{ article.title|striptags }}
  • {% endfor %}
{% if categories %}

Categories

    {% for category, articles in categories %}
  • {{ category }}
  • {% endfor %}
{% endif %}

Tags

{% for tag, article in tags %} {{ tag }}{% if not loop.last %},{% endif %} {% endfor %}
{% include '_includes/github.html' %} {% include '_includes/social.html' %} {% include '_includes/links.html' %} {% include '_includes/twitter_sidebar.html' %} {% include '_includes/gplus_sidebar.html' %}