{% extends base %} {% block head %} {% include note/component/view_css.html %} {% include note/component/script/all_script.html %} {% end %} {% block body_top %}
{% include "note/component/header/common_header.html" %}
{% end %} {% block body_left %} {% init file_type = "md" %} {% init pathlist = [] %} {% init file = None %} {% init show_notice = False %} {% init show_search_div = True %} {% init show_add_file = False %} {% init show_add_group = False %} {% init show_path_list = True %} {% init show_pagination = False %} {% init show_comment = True %} {% init error = "" %} {% init data_list = [] %}
{% include note/component/note_path.html %}
表单功能说明
{% for row in data_list %} {% end %}
A B C D
{{row.name}} {{row.age}} {{row.job}}
{# 文章扩展信息 #} {% include note/component/note_ext_info.html %} {# 分页 #} {% if show_pagination and "page" in globals() %}
{% include mod_pagenation.html %}
{% end %} {% end %} {% block aside %} {% include note/component/mod_aside.html %} {% end %}