{# @var craft \craft\web\twig\variables\CraftVariable #} {# @var entry \craft\elements\Entry #} {% include "_partials/webpack/webpack-scripts.html" %} {# -- Third Party Snippets -- #} {% set thirdPartySnippets = thirdPartySnippets.globalThirdPartySnippets is defined ? thirdPartySnippets.globalThirdPartySnippets %} {% if thirdPartySnippets %} {% for row in thirdPartySnippets %} {% if row.snippetStatus %} {% if row.snippetName %} {% endif %} {% if row.snippetCode %} {{ row.snippetCode | raw }} {% endif %} {% endif %} {% endfor %} {% endif %} {# -- Google Analytics -- #} {% if googleAnalytics.globalGoogleAnalytics is defined and googleAnalytics.globalGoogleAnalytics %} {% endif %}