mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-10-26 08:41:46 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			732 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			732 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "!layout.html" %}
 | |
| {%- set current_version = "1.5.x circinus" %}
 | |
| {% 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 %}
 |