{% for article in ((drafts + articles) if IS_DEV else articles) %}
  • {%- if article.status == "draft" %}Draft{% endif -%} {{ article.locale_date }} {{ article.title | markdown }} {% endfor %}