blob: 5f3f38c2fc0dda8a7858dfc3577b6cf27225f895 (
plain)
1
2
3
4
5
|
{% extends "!layout.html" %}
{%- set current_version = "1.4.x sagitta" %}
{% block extrahead %}
<link href="{{ pathto("_static/css/custom.css", True) }}" rel="stylesheet" type="text/css">
{% endblock %}
|