{% extends 'templates/layer.volt' %} {% block content %} {% set update_url = url({'for':'home.consult.reply','id':consult.id}) %}
{% if consult.course.id is defined %}
{{ consult.course.title }}
{% endif %} {% if consult.chapter.id is defined %}
{{ consult.chapter.title }}
{% endif %}
{{ consult.question }}
{% endblock %} {% block inline_js %} {% endblock %}