blob: 5501e6633e2a2e056e9964881f89d18e0005a7af (
plain)
1
2
3
4
5
|
{% 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">
{% endblock %}
|