{% extends 'public/base.html' %} {# 分类目录条(sticky 顶部导航) #} {% block cat_nav %} {% if groups %} {% for category in groups.keys() %} {{ category }} {% endfor %} {% endif %} {% endblock %} {% block content %} {% if not groups %}
暂无导航数据,请先在后台【系统管理 → 导航管理】添加。