{% extends "base.html" %} {% load i18n %} {% block title %}{{ object.title }}{% endblock %} {% block main %}

{{ object.title }}

{{ object.user.get_full_name|default:entry.user }},
{{ object.body_html|safe }}
{% endblock main %} {% block sidebar %} {% load blog_tags %} {% latest_entries 5 %} {% include "samklang_blog/widgets/latest.html" with object_list=latest_entries %} {% endblock sidebar %} {% block context_menu %}
  • {% trans "Edit" %}
  • {% endblock %}