{% 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' %}