{% load custom_menu_tags %} Wagtailmenus Test

Custom old-style 'children_menu' rendering test

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

{% block custom_tag_block %}

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 %}