15 lines
		
	
	
		
			282 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			282 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <h3>Global tunables:</h3>
 | |
| 
 | |
| [[for tun in tunables]]
 | |
| <div id="interface">
 | |
| <div id="codeblock">[[tun['tun_name']]]</div>
 | |
| <div id="description">
 | |
| <h5>Default value</h5>
 | |
| <p>[[tun['def_val']]]</p>
 | |
| [[if tun['desc']]]
 | |
| <h5>Description</h5>
 | |
| <p>[[tun['desc']]]</p>
 | |
| [[end]]
 | |
| </div></div>
 | |
| [[end]]
 |