{% extends "andablog/base.html" %} {% load andablog_tags %} {% block andablog_meta %} {% endblock %} {% block andablog_page_title %} {{ entry.title }} {% endblock %} {% block andablog_content %}
{{ entry.content }}
{% include "andablog/comments_snippet.html" with comment_object=entry %}