{% extends "content" ~ DIR ~ "post.twig" %} {% block content %} {{ post.name }} {{ "Written by %s" | translate | format(post.author.name) }} {{ post.description }} {% endblock %}