I have a running installation of Django CMS. I want the site to have two basic layouts, one with a sidebar navigation and one without for pages that don’t have children. In the sidebar I use {% submenu 1 %}
to display a subnavigation.
Is there any template tag to check whether the current page has children or a subnavigation?