${title}
${blogDate}
Project Details: ${authorName}
Project Details: ${summary}
{for step in steps}
{eval}step.userNum = step.num + 1;{/eval}
{if step.photoUrl}
{eval}step.photoToUse = step.photoUrl.replace('.Full', '.Medium');{/eval}

{/if}
${step.title}
${step.body}
{/for}