{% extends '_common/base.html.twig' %} {% block body %} {% if post.headerType == "image" %}
{% else %} {% include "/elements/hero_page_animated.html.twig" with {post:post} %} {% endif %}

{{ post.title }}

{{ post.content|raw }}
{% endblock %} {% block javascripts %} {% endblock %}