{% extends "content" ~ DIR ~ "post.twig" %} {% block content %} {% if post.title is not empty %} {{ post.title }} {{ "Written by %s" | translate | format(post.author.name) }} {% endif %} {{ post.body }} {% endblock %}