{%for job in jobs%} {%if not job['open']%}
  • {{job['title']}}, opened on {{job['month']}} {{job['day']}}, {{job['year']}}. (#{{job['_id']}})
  • {%endif%} {%endfor%}