{% load blog_extras %}
{% extends "base.html" %}
{% block layout %}{% ifequal SHOW_TOP_SIDEBAR 'True' %}yui-t4{% else %}yui-t7{% endifequal %}{% endblock %}
{% block content %}
{% for object in latest %}
{% include "entry.html" %}
{% endfor %}
{% show_archives %}
{% endblock %}