flex/templates/partial/clarity.html

10 lines
386 B
HTML
Raw Normal View History

2022-07-08 20:36:43 +02:00
{% if MICROSOFT_CLARITY %}
<script type="text/javascript">
2022-07-08 20:36:43 +02:00
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "{{ MICROSOFT_CLARITY }}");
</script>
2022-07-08 20:36:43 +02:00
{% endif %}