{% load custom_menu_tags %}
The 'custom_children_menu' tag is fashioned after the v2.4 children_tag
, but using a custom OldStyleChildrenMenu
menu class, based on the now deprecated MenuFromRootPage
The following should render fine, because with only a single level, the 'sub_menu' tag won't be called:
{% custom_children_menu max_levels=1 %} {% endblock %}