{% load blog_extras %} {% extends "base.html" %} {% block title %}・{{ object.title }}{% endblock %} {% block layout %}yui-t4{% endblock %} {% block navigation_bar %}{% endblock %} {% block content %} {% include "entry.html" %} {% comment %}{% if not PREVIEW %}
{% show_recent_entries %} {% show_random_entries 10 %} {% show_tags %}
{% endif %}{% endcomment %} {% show_archives %} {% endblock %}