summaryrefslogtreecommitdiffstats
path: root/docs/testing/user/userguide/_templates/layout.html
blob: f3387d593aa437ee8993ef945c0a60f63eb4291e (plain)
1
2
3
4
5
{% extends "!layout.html" %}
{% block extrahead %}
    <link href="{{ pathto("_static/custom.css", True) }}" rel="stylesheet" type="text/css">
{% endblock %}