{% extends 'base.html.twig' %} {% block title_tag %} {{- post.titleTag -}} {% endblock %} {% block description_tag %} {{- post.descriptionTag -}} {% endblock %} {% block robots %} {% if post.noIndex == true %} {% endif %} {% endblock %} {% block content %} {% cache 'content;' ~ postIdentifier ttl(31536000) %}
{{post.content | raw}}
{% endcache %} {% endblock %} {% block letstalk_banner %} {% cache 'letstalk_banner;' ~ postIdentifier ttl(31536000) %} {% if letstalkType %} {{ include('blocks/letstalk_banner/_letstalk_banner_' ~ letstalkType ~ '.html.twig') }} {% endif %} {% endcache %} {% endblock %}