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