{% extends 'templates/main.volt' %} {% block content %} {% set full_chapter_url = full_url({'for':'home.chapter.show','id':chapter.id}) %} {% set course_url = url({'for':'home.course.show','id':chapter.course.id}) %} {% set resources_url = url({'for':'home.chapter.resources','id':chapter.id}) %} {% set learning_url = url({'for':'home.chapter.learning','id':chapter.id}) %} {% set live_chats_url = url({'for':'home.live.chats','id':chapter.id}) %} {% set live_stats_url = url({'for':'home.live.stats','id':chapter.id}) %} {% set send_msg_url = url({'for':'home.live.send_msg','id':chapter.id}) %} {% set bind_user_url = url({'for':'home.live.bind_user','id':chapter.id}) %} {% set like_url = url({'for':'home.chapter.like','id':chapter.id}) %} {% set qrcode_url = url({'for':'home.qrcode'},{'text':full_chapter_url}) %}