{% extends 'templates/main.volt' %} {% block content %} {% set title = question.id > 0 ? '编辑问题' : '发布问题' %} {% set action_url = question.id > 0 ? url({'for':'home.question.update','id':question.id}) : url({'for':'home.question.create'}) %}
{% if category_options|length > 0 %}
{% endif %} {% if xm_tags|length > 0 %}
{% endif %}
{% endblock %} {% block include_js %} {{ js_include('lib/xm-select.js') }} {{ js_include('lib/kindeditor/kindeditor.min.js') }} {{ js_include('home/js/content.editor.js') }} {{ js_include('home/js/question.edit.js') }} {% endblock %}