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

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