{entry.school}
{entry.degree}
{#if entry.gpa}
{entry.gpa} GPA
{/if}
{#if entry.minor}
Minor in {entry.minor}
{/if}
{dateDisplay()}
{#if entry.location}
{entry.location}
{/if}
{#if entry.courses && entry.courses.length > 0}
Core Courses
{#each entry.courses as course}
{course}
{/each}
{/if} {#if entry.awards && entry.awards.length > 0}
Awards & Scholarships
{#each entry.awards as award}
{award.name}
{#if award.description}
{award.description}
{/if}
{/each}
{/if}