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

{{ post.title }}

{% endif %}
{{ post.filename | thumbnail(post.alt_text, post.source, [], "(min-width: 764px) 728px, 95vw") }}
{% if post.caption is not empty %}
{{ post.caption }}
{% endif %} {% endblock %}