da6a09ff09
Auto Bump and Release / auto-bump-and-release (push) Has been cancelled
style-check / pre-commit (push) Has been cancelled
unit-test / unit testing with python (push) Has been cancelled
unit-test / unit testing with python 3.10 (push) Has been cancelled
unit-test / unit testing with python 3.11 (push) Has been cancelled
7 lines
123 B
HTML
7 lines
123 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block libs %}
|
|
{{ super() }}
|
|
{% include "partials/libs.html" ignore missing %}
|
|
{% endblock %}
|