{% extends "content" ~ DIR ~ "post.twig" %} {% block content %} {% if post.title is not empty %}

{{ post.title }}

{% endif %}
{{ post.quote }}
{% if post.source is not empty %}
{{ post.source }}
{% endif %}
{% endblock %}