mirror of
https://github.com/slint-ui/slint.git
synced 2025-07-19 02:55:53 +00:00
6 lines
212 B
HTML
6 lines
212 B
HTML
{% extends "!base.html" %}
|
|
{% block scripts %}
|
|
{{ super() }}
|
|
{% include "../../../../docs/resources/slint-docs-preview.html" %}
|
|
{% include "../../../../docs/resources/slint-docs-highlight.html" %}
|
|
{% endblock %}
|