{% extends 'templates/main.volt' %} {% block content %}
编辑答案
{{ question.title }}
{% for value,title in publish_types %} {% set checked = value == answer.published ? 'checked="checked"' : '' %} {% endfor %}
{% endblock %} {% block include_js %} {{ js_include('lib/kindeditor/kindeditor.min.js') }} {{ js_include('admin/js/content.editor.js') }} {% endblock %}