Julio Nobrega wrote:
  <ul>'s are possible, it's in fact what I use on my (to-be) site:

<ul>
  {% for node in node_tree %}
      <li style="margin-left:{% widthratio node.stack 20 100 %}%">
        {{ node.body }}
      </li>
  {% endfor %}
</ul>

It's still not semantic (uses presentation style instead of nested <ul>s). It's looking like if I really want a true list view I need to build a custom tag. Right now I think I'm just going to spread the tree out across the URL space.

--
--Max Battcher--
http://www.worldmaker.net/

Reply via email to