cpp/source/_templates/layout.html [1:6]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% extends "!layout.html" %}
{# Use Matomo #}
{% block extrahead %}
{{ super() }}
{%- include "../../../matomo.html" %}
{% endblock %}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
python/source/_templates/layout.html [1:6]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% extends "!layout.html" %}
{# Use Matomo #}
{% block extrahead %}
{{ super() }}
{%- include "../../../matomo.html" %}
{% endblock %}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -