{% extends base %} {% block body %} {% include test/component/example_nav.html %} {% include common/script/load_select2.html %} {% include test/page/example_script.html %} {% init select2_html = """ 选项1 选项2 选项1 选项2 选项3 选项4 选项5 """ %} {% init native_html = """ 模拟placeholder 选项1 选项2 """ %}
{{html1}}