{{name}}
电话:{{phone}} | 邮箱:{{email}} | 所在城市:{{city}} | 期望岗位:{{expectedPosition}}
{{#if highlights}}
核心亮点
{{#each highlights}}
{{this}}
{{/each}}
{{/if}}
工作经历
{{#each experiences}}
{{this.company}} · {{this.position}}
{{this.startTime}} - {{this.endTime}}
工作职责:
{{this.description}}
主要业绩:
{{#each this.achievements}}
{{{this}}}
{{/each}}
{{/each}}
核心技能
{{#each skills}}
{{@key}}:
{{join this '、'}}
{{/each}}
教育经历
{{#each education}}
{{this.school}} · {{this.major}} · {{this.degree}}
{{this.startTime}} - {{this.endTime}}
{{/each}}