Files
pybricks-api/doc/common/_templates/footer.html
T
David Lechner 7abb670f66 doc/ide: hide footers
This information is duplicated in the IDE about dialog so we don't need
it in the docs.
2021-01-26 08:30:48 +01:00

6 lines
146 B
HTML

{% extends '!footer.html' %}
{% block extrafooter %}
{% if disclaimer %}<div class="disclaimer">{{ disclaimer }}</div>{% endif %}
{% endblock %}