mirror of
https://github.com/Cinnamon/kotaemon.git
synced 2025-11-29 00:20:42 +00:00
7 lines
123 B
HTML
7 lines
123 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block libs %}
|
|
{{ super() }}
|
|
{% include "partials/libs.html" ignore missing %}
|
|
{% endblock %}
|