{# Content post viewer — website override of the framework post.j2. Differences from the framework default: - No max-w-3xl / mx-auto on article (column width already constrained by grid). - post-content-body on the prose div so the lead-image CSS rule applies. - overflow-hidden on article to prevent images from bleeding into the sidebar. #}
{% include "partials/content_header.j2" %} {% if item.excerpt %}
{{ item.excerpt }}
{% endif %}
{{ body_html | safe }}
{% if item.translations and item.translations | length > 1 %} {% endif %}
{% include "partials/image-zoom.j2" %}