mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
6 lines
179 B
HTML
6 lines
179 B
HTML
{%- extends "!base.html" %}
|
|
|
|
{% block site_meta %}
|
|
{{ super() }}
|
|
<script defer data-domain="docs.datasette.io" src="https://plausible.io/js/plausible.js"></script>
|
|
{% endblock %}
|