mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
6 lines
204 B
HTML
6 lines
204 B
HTML
{% 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 %}
|