{% 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 %} {%- block title_tag %}{% endblock -%} {% cache 'critical_css' ttl(31536000) %} {% endcache %} {% block internal_stylesheet %}{% endblock %} {% block external_stylesheet %}{% endblock %} {% block robots %}{% endblock %} {% include('blocks/_open_graph.html.twig')with { title_tag : block('title_tag'), description_tag: block('description_tag'), canonical_url: block('canonical_url') } %}
{% cache 'header;' ~ postIdentifier ttl(31536000) %} {{ include('blocks/_header.html.twig') }} {% endcache %}
{% block content %}{% endblock %} {% block letstalk_banner %}{% endblock %}
{% cache 'footer;' ~ postIdentifier ttl(31536000) %} {% include('blocks/footer/_footer.html.twig') %} {% endcache %}