{{upper (slice user.name 0 1)}}
{{user.name}}
{{#if user.title}}
{{user.title}}
{{/if}}
Email
{{user.email}}
Location
{{user.location}}
Joined
{{format_date user.joined_date}}
Projects
{{len user.projects}} active
{{#if user.bio}}
About
{{user.bio}}
{{/if}} {{#if user.skills}}
Skills & Technologies
{{#each user.skills}}
{{this}}
{{/each}}
{{/if}} {{#if user.projects}}
Recent Projects
{{#each user.projects}}
{{name}}
{{#if description}}
{{description}}
{{/if}} {{#if technologies}}
Technologies: {{#each technologies}}{{this}}{{#unless @last}}, {{/unless}}{{/each}}
{{/if}}
{{/each}}
{{/if}}
← Back to Home