{% extends 'templates/main.volt' %} {% block content %}
{{ partial('account/login_by_password') }}
{{ partial('account/login_by_verify') }}
{% if oauth_provider.qq.enabled == 1 %} {% endif %} {% if oauth_provider.weixin.enabled == 1 %} {% endif %} {% if oauth_provider.weibo.enabled == 1 %} {% endif %}
{% endblock %} {% block include_js %} {{ js_include('https://ssl.captcha.qq.com/TCaptcha.js',false) }} {{ js_include('home/js/captcha.login.js') }} {{ js_include('home/js/captcha.verify.js') }} {% endblock %} {% block inline_js %} {% endblock %}