<html>
<head><title>Here is a Tree</title></head>
<body>
<al-lookup name="indent">
 <al-item expr="0">  </al-item>
 <al-item expr="1"> |</al-item>
 <al-item expr="2"> \</al-item>
</al-lookup>
<h1>Here is a Tree</h1>
<al-form method="post">
<pre>
<al-tree iter="n" expr="tree">
 <al-for iter="c" expr="range(n.depth())">
  <al-value expr="n.line(c.value())" lookup="indent">
 </al-for>
 -<al-input type="checkbox" alias="n.value().selected">
  <al-value expr="n.value().name" whitespace="newline">
</al-tree>
</pre>
<al-input type="submit" name="save" value="Save">
<al-input type="submit" name="paginate" value="To Paginate Page">
</al-form>
</body>
</html>
