mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 17:46:19 +00:00
5 lines
171 B
HTML
5 lines
171 B
HTML
{% extends "!layout.html" %}
|
|
{% block extrahead %}
|
|
<link rel="stylesheet" href="{{ pathto("_static/css/theme_overrides.css", True) }}" type="text/css">
|
|
{% endblock %}
|