The current version of IE browser is too low, some functions cannot be displayed, please change to other browsers!
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 %}