{% extends "planet/base.html" %} {% load i18n planet_tags %} {% block head_title %}{{ post.title|safe }} - {{ block.super }}{% endblock %} {% block extra_head %} {% endblock %} {% block breadcrumb_section %}
  • Blogs /
  • {{ post.feed.blog.title }} /
  • Posts /
  • {% endblock %} {% block breadcrumb_detail %}
  • {{ post.title|safe }}
  • {% endblock %} {% block content %}
    {% post_full_details post %}
    {{ post.content|safe|clean_html }}
    {% endblock %} {% block right_column %} {% cloud_for_feed post.feed %} {% include 'planet/feeds/blocks/syndication_block.html' %} {% endblock %}