{% extends "blog/blog_post_list.html" %} {% load mezzanine_tags comment_tags keyword_tags rating_tags i18n future disqus_tags %} {% block meta_title %}{{ blog_post.meta_title }}{% endblock %} {% block meta_keywords %}{% metablock %} {% keywords_for blog_post as tags %} {% for tag in tags %}{% if not forloop.first %}, {% endif %}{{ tag }}{% endfor %} {% endmetablock %}{% endblock %} {% block meta_description %}{% metablock %} {{ blog_post.description }} {% endmetablock %}{% endblock %} {% block title %} {% editable blog_post.title %}{{ blog_post.title }}{% endeditable %} {% endblock %} {% block breadcrumb_menu %} {{ block.super }}
{% if blog_post.allow_comments %} {% if settings.COMMENTS_DISQUS_SHORTNAME %} ({% spaceless %} {% trans "Comments" %} {% endspaceless %}) {% else %}({% spaceless %} {% blocktrans count blog_post.comments_count as comments_count %}1 comment{% plural %}{{ comments_count }} comments{% endblocktrans %} {% endspaceless %}) {% endif %} {% endif %}
{% endblock %} {% block blog_post_detail_featured_image %} {% if settings.BLOG_USE_FEATURED_IMAGE and blog_post.featured_image %}