4 lines
142 B
HTML
4 lines
142 B
HTML
|
{% if PLAUSIBLE_DOMAIN %}
|
||
|
<script defer data-domain="{{ PLAUSIBLE_DOMAIN }}" src="https://plausible.io/js/plausible.js"></script>
|
||
|
{% endif %}
|