Tasks
{% if(project.tasks.length) { %} {% project.tasks.forEach(function(d) { %}

{{ d.title }}

{% }); %} {% } else { %}

No Tasks Defined

{% } %}