datasette/docs/_templates/base.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
179 B
HTML
Raw Normal View History

2022-05-20 13:34:51 -07:00
{%- extends "!base.html" %}
{% block site_meta %}
{{ super() }}
<script defer data-domain="docs.datasette.io" src="https://plausible.io/js/plausible.js"></script>
{% endblock %}