{% extends "base.html" %} {% load i18n %} {% block title %}{{ object.title }}{% endblock %} {% block main %} {{ object.title }} {{ object.user.get_full_name|default:entry.user }}, {{ object.pub_date|date:"j F" }} {{ object.body_html|safe }} {% endblock main %} {% block sidebar %} {% load blog_tags %} {% latest_entries 5 %} {% include "samklang_blog/latest_entries.html" with object_list=latest_entries %} {% endblock sidebar %} {% block context_menu %} {% if request.user.is_authenticated %}