mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
This information is duplicated in the IDE about dialog so we don't need it in the docs.
6 lines
146 B
HTML
6 lines
146 B
HTML
{% extends '!footer.html' %}
|
|
|
|
{% block extrafooter %}
|
|
{% if disclaimer %}<div class="disclaimer">{{ disclaimer }}</div>{% endif %}
|
|
{% endblock %}
|