{% extends 'templates/main.volt' %} {% block content %} {% set course_url = url({'for':'home.course.show','id':chapter.course.id}) %} {% set live_status_url = url({'for':'home.live.status','id':chapter.id}) %} {% if time() < chapter.start_time %}
直播倒计时开始啦,敬请关注!
{% elseif chapter.start_time < time() and chapter.end_time > time() %}
直播时间到了,老师去哪了?
{% else %}
直播已结束,谢谢关注!
{% endif %}
{% endblock %} {% block include_js %} {{ js_include('home/js/chapter.live.countdown.js') }} {% endblock %}