{% extends "base.html" %} {% load wagtailcore_tags %} {% block content %} {% include 'wagtail_blog/blog_post.html' with blog=self %} {% if COMMENTS_APP == 'django_comments_xtd' %} {% include 'wagtail_blog/blog_post_comments_xtd.html' with blog=self %} {% endif %} {% endblock %}