{% extends 'layout.html' %} {% block head %} {% endblock %} {% block foot %} {% endblock %} {% block content %} {% include 'bread.html'%}
{% for link in siteInfo.links%} {% endfor %}
id 链接名称 链接地址 操作
{{ link.id }} {{ link.name }} {{ link.href }} 编辑 | 删除
{% endblock %}