1 2 3 4 5 6 7 8 9 10 11 12 13 14
<h3>Global booleans:</h3> [[for bool in booleans]] <div id="interface"> <div id="codeblock">[[bool['bool_name']]]</div> <div id="description"> <h5>Default value</h5> <p>[[bool['def_val']]]</p> [[if bool['desc']]] <h5>Description</h5> [[bool['desc']]] [[end]] </div></div> [[end]]