{% extends 'templates/layer.volt' %} {% block content %}
{% for item in courses %} {% set course_url = url({'for':'home.course.show','id':item.id}) %} {% endfor %}
标题 学员数 价格
{{ item.title }} {{ item.user_count }} {{ '¥%0.2f'|format(item.market_price) }}
{% endblock %}