{% if post.id is defined and post.updatedAt is defined %} {% set postIdentifier = post.id ~ ';' ~ post.updatedAt|date('d-m-Y-H-i-s') %} {% else %} {% if blogHomes is defined %} {% set postIdentifier = 'bloghome_general' %} {% elseif cform is defined %} {% set postIdentifier = 'contact' %} {% else %} {% set postIdentifier = random(0, 1000) %} {% endif %} {% endif %} {% set letstalkType = post.letstalkType is defined and post.letstalkType is not null and post.letstalkType is not empty and post.letstalkType != 'none' ? post.letstalkType : null %} {% if letstalkType == 'random' %} {% set letstalkType = random(['site', 'seo']) %} {% endif %}
{% cache 'tarteaucitron_init' ttl(31536000) %} {{ include('blocks/_tarteaucitron_init.html.twig') }} {% endcache %}