mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00

The preview is now in sixtyfps-docs-preview.html and the highlighting in sixtyfps-docs-highlight.html. This faciliates reusing the preview from C++ while using a different HTML file later for syntax highlighting. Relates to #282 Needed for #281
5 lines
No EOL
141 B
HTML
5 lines
No EOL
141 B
HTML
{% extends "!layout.html" %}
|
|
{% block scripts %}
|
|
{{ super() }}
|
|
{% include "../../../sixtyfps-rs/sixtyfps-docs-preview.html" %}
|
|
{% endblock %} |