mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-02 16:47:24 +00:00

Co-authored-by: Aurindam Jana <aurindam.jana@slint.dev> Co-authored-by: Tobias Hunger <tobias.hunger@slint.dev> Co-authored-by: Simon Hausmann <simon.hausmann@slint.dev>
6 lines
212 B
HTML
6 lines
212 B
HTML
{% extends "!base.html" %}
|
|
{% block scripts %}
|
|
{{ super() }}
|
|
{% include "../../../../docs/src/utils/slint-docs-preview.html" %}
|
|
{% include "../../../../docs/src/utils/slint-docs-highlight.html" %}
|
|
{% endblock %}
|