Skip to content

Instantly share code, notes, and snippets.

@yumike
Created March 13, 2012 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yumike/2028630 to your computer and use it in GitHub Desktop.
Save yumike/2028630 to your computer and use it in GitHub Desktop.
{% load tree_tag %}
{% tree object_list with level as level %}
<ul{% ifequal tree.level 1 %} class="root"{% endifequal %}>
{% node %}
<li>{{ tree.node.title }}{% subtree %}</li>
{% endnode %}
</ul>
{% endtree %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment