{% for css_f in g['other_css'] %}
{% endfor %}
{% if g.uri == '/bind' %}
0
{{session['address']}}
{% for menu in g['menus'] %} {% if menu['href'] == g.uri %}
{{menu['title']}}
{% else %}
{{menu['title']}}
{% endif %} {% endfor %}
{% endif %}
{{session['config']['sites_path']}}
{% block content %}{% endblock %}
点击咨询客服
扫一扫
{% if g.cdn_url != '/static' %} {% endif %} {% if request.path == '/btwaf/index' %} {% endif %} {% block scripts %} {% endblock %} {% for js_f in g['other_js'] %} {% endfor %}