{% for item in menu.get_items %}
{% include "menu/_item.html" with view=view menu=menu item=item only %}
{% endfor %}
{% if view.backstack|length > 1 %}
BKSP
Go back
{% endif %}