mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-19 06:00:25 +00:00
6 lines
178 B
HTML
6 lines
178 B
HTML
{%- extends "!base.html" %}
|
|
|
|
{% block site_meta %}
|
|
{{ super() }}
|
|
<script defer data-domain="llm.datasette.io" src="https://plausible.io/js/plausible.js"></script>
|
|
{% endblock %}
|