{% extends "base.html" %} {% load blog_tags %} {% block title %}{% blog_title %}{% endblock %} {% block rss %} {% get_content blog.category as categories %} {% if categories %} {% for category in categories %} {% endfor %} {% endif %} {% endblock %} {% block sidebar %} {% get_months_archive as months %} {% if months_archive %}