{% extends "layout.twig" %} {% block content %} {{ post.title }} {{ post.post_date | date("d M y") }} {{ post.content }} {{ comment_form }} {% for comment in post.get_comments() %} {{ comment.author.name }} says {{ comment.comment_content | wpautop }} {% endfor %} {% endblock %}