{% extends 'templates/layer.volt' %} {% block content %} {% set consult.answer = consult.answer ? consult.answer : '请耐心等待回复吧' %}
{% if consult.course.id is defined %}
课程:
{{ consult.course.title }}
{% endif %} {% if consult.chapter.id is defined %}
章节:
{{ consult.chapter.title }}
{% endif %}
咨询:
{{ consult.question }}
回复:
{{ consult.answer }}
{% endblock %} {% block inline_js %} {% endblock %}