{% extends "base.html" %}{% load i18n disqus_tags %} {% block title %}{{ object.title }}{% endblock %} {% block description %}{{ object.excerpt }}{% endblock %} {% block body_class %}blog{% endblock %} {% block content %}

{{ object.title }}

{% if object.image %}
{{ object.title  }}
{% endif %} {{ object.content|safe }} {% set_disqus_identifier object.slug "_" object.language %} {% disqus_show_comments %}
{% endblock %}