mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-14 05:10:26 +08:00
8 lines
322 B
HTML
8 lines
322 B
HTML
|
|
{% extends "base.html" %}
|
||
|
|
|
||
|
|
{% block scripts %}
|
||
|
|
<script type="module" src="https://cdn.jsdelivr.net/npm/@orama/wc-components@latest/dist/orama-ui/orama-ui.esm.js"></script>
|
||
|
|
<script nomodule src="https://cdn.jsdelivr.net/npm/@orama/wc-components@latest/dist/cjs/orama-ui.cjs.js"></script>
|
||
|
|
{{ super() }}
|
||
|
|
{% endblock %}
|