mirror of
https://github.com/Cinnamon/kotaemon.git
synced 2026-02-24 12:10:24 +01:00
7 lines
129 B
HTML
Executable File
7 lines
129 B
HTML
Executable File
{% extends "base.html" %}
|
|
|
|
{% block libs %}
|
|
{{ super() }}
|
|
{% include "partials/libs.html" ignore missing %}
|
|
{% endblock %}
|