summaryrefslogtreecommitdiff
path: root/docs/_templates/layout.html
blob: 29be7326994a29eaa53e5da7987c9908e4078b62 (plain)
1
2
3
4
5
6
7
8
{% extends "!layout.html" %}
{%- set current_version = "1.3.x equuleus" %}
{% block extrahead %}
    <link href="{{ pathto("_static/css/custom.css", True) }}" rel="stylesheet" type="text/css">
    <link href="{{ pathto("_static/css/datatables.css", True) }}" rel="stylesheet" type="text/css">
    <script type="text/javascript" charset="utf8" src="{{ pathto("_static/js/datatables.js", True) }}"></script>
    <script type="text/javascript" charset="utf8" src="{{ pathto("_static/js/tables.js", True) }}"></script>
{% endblock %}