{% extends 'templates/main.volt' %} {% block content %}
编辑咨询
{{ consult.question }}
{% for value,title in publish_types %} {% set checked = value == consult.published ? 'checked="checked"' : '' %} {% endfor %}
{% endblock %}