{% extends base.html %} {% block body %}

{{T("开发者")}}
{% include common/button/back_button.html %}

{% set data_list = [ Storage(name = "浏览器信息", url = "/tools/browser_info"), Storage(name = "系统模块", url = "/system/module_list"), Storage(name = "前端组件", url = "/test/example"), ] %}
{% for item in data_list %} {{item.name}}
{% end %}
{% end %} {% block body_right %} {% include system/component/admin_nav.html %} {% end %}