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

{{ post.title }}

{% endif %}
{{ post.filename | thumbnail(post.alt_text, post.source, ["max_width=960", "max_height=960", "quality=80"], "(min-width: 780px) 716px, 90vw") }}
{% if post.caption is not empty %}
{{ post.caption }}
{% endif %} {% endblock %}