{% extends 'base.html' %} {% block container %}
{% breadcrumb crumbs with title=false %} {% for item in crumbs %} {{item.Name}} {% endfor %} {% endbreadcrumb %}
在线留言
{% guestbook fields %}
{% for item in fields %}
{% if item.Type == "text" || item.Type == "number" %} {% elif item.Type == "textarea" %} {% elif item.Type == "radio" %} {%- for val in item.Items %} {%- endfor %} {% elif item.Type == "checkbox" %} {%- for val in item.Items %} {%- endfor %} {% elif item.Type == "select" %} {% elif item.Type == "image" %} {% endif %}
{% endfor %}
{% endguestbook %}
{% include "partial/author.html" %}
热门文章
{% archiveList popularArticles with type="list" order="views desc" limit="6" %} {% endarchiveList %}
{% endblock %}