Hi! I'm Andrew

aka @DarkCat09
13-years-old fullstack developer

{{#each profiles}}
{{name}}
{{/each}}
{{#each about}}
{{#if list}}
{{{listTitle}}}
    {{#each list}}
  • {{{this}}}
  • {{/each}}
{{else if expand}}
{{{expandTitle}}} {{{expand}}}
{{else}} {{{content}}} {{/if}}
{{/each}}
...