Blob Blame History Raw
<h3>Global tunables:</h3>

[[for tun in tunables]]
<div id="interfacesmall">
<h4>[[tun['tun_name']]]</h4>
<p>Default Value: [[tun['def_val']]]</p>
[[if tun['desc']]]
<p>[[tun['desc']]]</p>
[[end]]
</div>
[[end]]