{% extends 'base.html' %} {% block container %}
提交网址
{% 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" %} {% endif %}
{% endfor %}
{% endguestbook %}
为您推荐
{% archiveList popularArticles with type="list" order="views desc" limit="6" %}
    {% for item in popularArticles %}
  • {{item.Title}}
  • {% empty %}
  • 无为您推荐
  • {% endfor %}
{% endarchiveList %}
{% endblock %}