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