{% extends 'templates/main.volt' %} {% block content %}
会员权益
好课畅学 会员折扣 高清视频 广告免疫 会员标识 贴心服务
开通会员
{% for option in vip_options %} {% set order_url = url({'for':'home.order.confirm'},{'item_id':option.id,'item_type':4}) %}
{{ option.title }}
¥{{ option.price }}
{% endfor %}
{% set free_courses_url = url({'for':'home.vip.courses'},{'type':'free'}) %} {% set discount_courses_url = url({'for':'home.vip.courses'},{'type':'discount'}) %} {% set users_url = url({'for':'home.vip.users'}) %}
{% endblock %} {% block include_js %} {{ js_include('home/js/vip.js') }} {% endblock %}