Public:

@for(experience of resume.experiences; track experience.trackUUID ){
@if(!experience.stillEmployed){ } @for(bullet of experience.experienceBullets; track bullet.trackUUID){
}
}

Is Veteran:

@if(resume.military !== null){

Still Serving:

@if (!resume.military.stillServing){ } @for(military of resume.military.militaryBullets; track military.trackUUID ){
} }
@for(education of resume.educations; track education.trackUUID){
@if (!education.stillStudying){ }
}
@for(skill of resume.skills; track skill.trackUUID){
}
@for(language of resume.languages; track language.trackUUID){
}
@for(cert of resume.certifications; track cert.trackUUID){
}
@for(proj of resume.projects; track proj.trackUUID){
}
@if (isNewResume){ } @else { }