{% extends 'blog/base.html' %} {% load comment blog %} {% block title %}{{ entry.title }}{% endblock %} {% block base_description %}{{ entry.description }}{% endblock %} {% block content %}
{% if entry.description %}{% autoescape off %} {{ entry.text|default:""|wiki }} {% endautoescape %}{{ entry.description|escape }}
{% endif %}{% translate "Tags" %}: {% for tag in entry.tags %} {{ tag }} {% empty %} {% translate "not defined" %} {% endfor %}