{% extends "andablog/base.html" %} {% load andablog_tags %} {% block andablog_meta %} {% endblock %} {% block andablog_page_title %} {{ entry.title }} {% endblock %} {% block andablog_content %}

{{ entry.title }}{% if not entry.is_published %} Draft{% endif %}

{{ entry.published_timestamp|date:"DATE_FORMAT" }}{% if entry.author %} by {{ entry.author|authordisplay }}{% endif %}

{{ entry.content }}

{% include "andablog/comments_snippet.html" with comment_object=entry %}
{% endblock %}