{% extends "content/post.twig" %} {% block content %} {% if post['title'] %}

> $post.title
On ${ post.created_at | strftime("%Y-%m-%d") } by falkTX

{% endif %} ${ post.body | read_more } {% endblock %}