mirror of
https://github.com/d3vyce/fastapi-toolsets.git
synced 2026-03-01 17:00:48 +01: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="338b8816-7b99-4c6a-82f3-15595be3fd47"
|
|
></script>
|
|
{{ super() }} {% endblock %}
|