mirror of
https://github.com/d3vyce/taskiq-deduplication.git
synced 2026-08-04 19:14:07 +00:00
8 lines
213 B
HTML
8 lines
213 B
HTML
{% extends "base.html" %} {% block extrahead %}
|
|
<script
|
|
defer
|
|
src="https://analytics.d3vyce.fr/script.js"
|
|
data-website-id="07b1421a-a466-4816-a55b-ae76a101cb4b"
|
|
></script>
|
|
{{ super() }} {% endblock %}
|