{% if not allnavi %}
添加一个导航
{% endif %}
{% if allnavi %}
{% for navi in allnavi %}
{% endfor %}
{% endif %}
{{ navi.name }}
{{ navi.description }}