mirror of
https://github.com/simonw/datasette.git
synced 2026-05-27 20:36:17 +02: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 %}
|