{% extends "fluent_blogs/entry_contents_base.html" %} {% load i18n fluent_blogs_tags %} {% block entry-body-contents %} {{ block.super }} {% comment %} To shorten the contents in the archive, use: {% with object.html_content|truncatewords_html:100|safe as object_content %} #} {% endcomment %} {% endblock %} {% block entry-footer-contents %} {{ block.super }} {# Archive typically gives short summary, whereas the details page displays the full set of comments #}
{% endblock %}