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 session['menus'] %} {% if menu['href'] == g.uri %}
{{menu['title']}}
{% else %}
{{menu['title']}}
{% endif %} {% endfor %}
+
{{session['config']['sites_path']}}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}