mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-11-04 00:02:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			731 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			731 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% 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">
 | 
						|
    <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 %}
 | 
						|
{% block extrabody %}
 | 
						|
    <p class="devwarning">Warning: This is the dev version. The latest stable version is
 | 
						|
    <a href="https://docs.vyos.io/en/equuleus/">Equuleus 1.3.x</a>.</a></p>
 | 
						|
{% endblock %}
 |