IE浏览器当前版本过低,部分功能无法显示,请切换到其他浏览器!
0
{{session['address']}}
{% for menu in g['menus'] %} {% if menu['href'] == g.uri %}
{{menu['title']}}
{% else %}
{{menu['title']}}
{% endif %} {% endfor %}
+
{{session['config']['sites_path']}}
{% block content %}{% endblock %}
{% for js_f in g['other_js'] %} {% endfor %} {% block scripts %}{% endblock %}