{% if len(articles) == 0 %} 没有草稿 {% else %}
    {% for article in articles %}
  1. {{ article['title'] }}

  2. {% end %} {% end %}